summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/support
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/support')
-rw-r--r--lib/libpthread/support/thr_support.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/support/thr_support.c b/lib/libpthread/support/thr_support.c
index 1b3c4ef..ad40fec 100644
--- a/lib/libpthread/support/thr_support.c
+++ b/lib/libpthread/support/thr_support.c
@@ -54,5 +54,8 @@ __strong_reference(memcpy, _thr_memcpy);
__strong_reference(strcpy, _thr_strcpy);
__strong_reference(strlen, _thr_strlen);
__strong_reference(bzero, _thr_bzero);
+__strong_reference(bcopy, _thr_bcopy);
__strong_reference(__sys_write, _thr__sys_write);
+__strong_reference(__sys_sigtimedwait, _thr__sys_sigtimedwait);
+
OpenPOWER on IntegriCloud