diff options
-rw-r--r-- | include/bsd/cdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index 7567144..3b6446e 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -57,6 +57,10 @@ # endif #endif +#ifndef __bounded__ +# define __bounded__(x, y, z) +#endif + #ifndef __FBSDID # define __FBSDID(x) #endif |