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

Submitted by:	sigsys gmail com
This commit is contained in:
kevans 2020-04-15 04:03:46 +00:00
parent 9da994e5cc
commit a9264723b0

View File

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