summaryrefslogtreecommitdiff
path: root/include/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h
new file mode 100644
index 0000000000..fb37db13bc
--- /dev/null
+++ b/include/pthread.h
@@ -0,0 +1,6 @@
+#include_next <pthread.h>
+
+/* This function is called to initialize the pthread library. */
+extern void __pthread_initialize (void) __attribute__ ((weak));
+
+extern void __pthread_initialize_minimal (void) __attribute__ ((weak));