diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-06-28 09:55:02 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-06-28 09:55:02 +0000 |
| commit | a772047bc659cf0fd4f41fb57895b1557ccb60c3 (patch) | |
| tree | 081cc14974dcb04e9a4a9f829846792004190d57 /lib/libpthread/support | |
| parent | d15cbd7dc03101e0cc0608445c7c8d31b658e1d5 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/support')
| -rw-r--r-- | lib/libpthread/support/thr_support.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/support/thr_support.c b/lib/libpthread/support/thr_support.c index 1b3c4ef8f90e..ad40fec879e4 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); + |
