From: Guillem Jover Date: Fri, 17 Jul 2009 11:35:37 +0000 (+0200) Subject: Add __pure2 dummy macro X-Git-Tag: 0.1.5~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33ef70b9e170536115a4139df2c53f6af935418f;p=thirdparty%2Flibbsd.git Add __pure2 dummy macro --- diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index 8736e8c..d6884ad 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -37,6 +37,10 @@ # define __dead2 #endif +#ifndef __pure2 +# define __pure2 +#endif + /* Linux headers define a struct with a member names __unused. * Disable for now. */ #if 0