sys/types.h: adjust #endif comment to match reality

Submitted by:	sigsys gmail com
This commit is contained in:
Kyle Evans 2020-04-15 04:03:46 +00:00
parent 142ffb8bdc
commit ca6129af19
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ typedef _Bool bool;
#define offsetof(type, field) __offsetof(type, field) #define offsetof(type, field) __offsetof(type, field)
#endif /* !_KERNEL */ #endif /* _KERNEL */
/* /*
* The following are all things that really shouldn't exist in this header, * The following are all things that really shouldn't exist in this header,