Commit 8b95dc5865f26d746651479fd893e77e1f594b56

Guillem Jover 2008-07-09T09:04:27

Disable __bounded__ __attribute__

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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