diff options
Diffstat (limited to 'include/sys')
| -rw-r--r-- | include/sys/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sys/types.h b/include/sys/types.h index 05fc05b..3904bcb 100644 --- a/include/sys/types.h +++ b/include/sys/types.h | |||
| @@ -10,4 +10,8 @@ typedef uint8_t u_int8_t; | |||
| 10 | typedef uint32_t u_int32_t; | 10 | typedef uint32_t u_int32_t; |
| 11 | #endif | 11 | #endif |
| 12 | 12 | ||
| 13 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) | ||
| 14 | # define __bounded__(x, y, z) | ||
| 15 | #endif | ||
| 16 | |||
| 13 | #endif | 17 | #endif |
