about summary refs log tree commit diff
path: root/sysdeps/stub/bits
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/bits')
-rw-r--r--sysdeps/stub/bits/libc-lock.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/stub/bits/libc-lock.h b/sysdeps/stub/bits/libc-lock.h
index 9da2aac314..84623835c1 100644
--- a/sysdeps/stub/bits/libc-lock.h
+++ b/sysdeps/stub/bits/libc-lock.h
@@ -83,4 +83,13 @@
 /* Type for key of thread specific data.  */
 typedef int __libc_key_t;
 
+/* Create key for thread specific data.  */
+#define __libc_key_create(KEY,DEST)
+
+/* Set thread-specific data associated with KEY to VAL.  */
+#define __libc_setspecific(KEY,VAL)
+
+/* Get thread-specific data associated with KEY.  */
+#define __libc_getspecific(KEY) 0
+
 #endif	/* bits/libc-lock.h */