]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Add __pure2 dummy macro
authorGuillem Jover <guillem@hadrons.org>
Fri, 17 Jul 2009 11:35:37 +0000 (13:35 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 17 Jul 2009 11:35:37 +0000 (13:35 +0200)
include/bsd/cdefs.h

index 8736e8cfb738ea1d6dbc08c4dda03549c51fc907..d6884ad0f15957e544d43c27b360e84f3c70a996 100644 (file)
 # define __dead2
 #endif
 
+#ifndef __pure2
+# define __pure2
+#endif
+
 /* Linux headers define a struct with a member names __unused.
  * Disable for now. */
 #if 0