Skip to content
Snippets Groups Projects
A

Assignment Mini Libc

Project ID: 5793
Forked from Operating Systems / Assignment Template
Source project has a limited visibility.
Razvan Deaconescu's avatar
Razvan Deaconescu authored
Change macro guard name for `include/internal/types.h` from
`__TYPES_H__` to `__INTERNAL_TYPES_H__`. This prevents it from clashing
with the macro guard for `include/sys/types.h`.

Unless this change is applied, the inclusion of `sys/types.h` will not
lead to the inclusion of `internal/types.h`, since the macro guard
`__TYPES_H__` is used in both.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
fbdefc0a
History
Name Last commit Last update