Commit 33ef70b9e170536115a4139df2c53f6af935418f

Guillem Jover 2009-07-17T13:35:37

Add __pure2 dummy macro

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 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