[PATCH 19/19] Define NOT_IN when building outside glibc.
Siddhesh Poyarekar
siddhesh@redhat.com
Thu Aug 21 11:17:00 GMT 2014
* nptl_db/structs.def [!_LIBC]: Define NOT_IN.
---
nptl_db/structs.def | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/nptl_db/structs.def b/nptl_db/structs.def
index ea8b7ac..82e7157 100644
--- a/nptl_db/structs.def
+++ b/nptl_db/structs.def
@@ -16,6 +16,10 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#ifndef _LIBC
+# define NOT_IN(lib) (0)
+#endif
+
#ifndef DB_STRUCT_ARRAY_FIELD
# define DB_STRUCT_ARRAY_FIELD(type, field) DB_STRUCT_FIELD (type, field)
# define DB_ARRAY_VARIABLE(name) DB_VARIABLE (name)
--
1.9.3
More information about the Libc-alpha
mailing list