From: Guillem Jover Date: Wed, 9 Jul 2008 06:04:27 +0000 (+0300) Subject: Disable __bounded__ __attribute__ X-Git-Tag: 0.0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b95dc5865f26d746651479fd893e77e1f594b56;p=thirdparty%2Flibbsd.git Disable __bounded__ __attribute__ --- 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