]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Disable __bounded__ __attribute__
authorGuillem Jover <guillem@hadrons.org>
Wed, 9 Jul 2008 06:04:27 +0000 (09:04 +0300)
committerGuillem Jover <guillem@hadrons.org>
Wed, 9 Jul 2008 06:04:27 +0000 (09:04 +0300)
include/bsd/cdefs.h

index 7567144f72df0db4026b0a69e0c1e0a043f9ff6e..3b6446e6e6a7198fba9c850c7e5fc9a8f19a7347 100644 (file)
 # endif
 #endif
 
+#ifndef __bounded__
+# define __bounded__(x, y, z)
+#endif
+
 #ifndef __FBSDID
 # define __FBSDID(x)
 #endif