diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-06-08 17:29:32 +0000 | 
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-06-08 17:29:32 +0000 | 
| commit | 4d6f145a3b60e54f195b0bf07688cb29e67d9f84 (patch) | |
| tree | 1e61584299fdbd44a0bf051f2febca0647529dee /lib/libpthread/support | |
| parent | 7021331528e237997779cba5ea29bf516ea9e535 (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 7ffa5d77fc90..1b3c4ef8f90e 100644 --- a/lib/libpthread/support/thr_support.c +++ b/lib/libpthread/support/thr_support.c @@ -32,6 +32,8 @@  #include <signal.h>  #include <string.h> +#include "thr_private.h" +  __strong_reference(clock_gettime, _thr_clock_gettime);  __strong_reference(kse_exit, _thr_kse_exit);  __strong_reference(kse_wakeup, _thr_kse_wakeup); @@ -53,3 +55,4 @@ __strong_reference(strcpy, _thr_strcpy);  __strong_reference(strlen, _thr_strlen);  __strong_reference(bzero, _thr_bzero); +__strong_reference(__sys_write, _thr__sys_write);  | 
