summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2008-07-09 09:04:27 +0300
committerGuillem Jover <guillem@hadrons.org>2008-07-09 09:04:27 +0300
commit8b95dc5865f26d746651479fd893e77e1f594b56 (patch)
tree80883789beec7dada42ab8358bba6416246429d1 /include/bsd
parent96358a2ad649ec2520357470abe3ae86837bf68b (diff)
downloadlibbsd-8b95dc5865f26d746651479fd893e77e1f594b56.tar.gz
Disable __bounded__ __attribute__
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/cdefs.h4
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