diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-01-29 22:53:55 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-29 22:53:55 +0000 |
| commit | d77639f25f93730229a8a66ece20cdf65bf4df64 (patch) | |
| tree | eed2d850252cb635c60a8f2157bb4437d5ea54c1 /lib/libc_r/uthread/uthread_dup.c | |
| parent | 7d1c6de8b7533751e78f801cf4319e0fc10e3d29 (diff) | |
Notes
Diffstat (limited to 'lib/libc_r/uthread/uthread_dup.c')
| -rw-r--r-- | lib/libc_r/uthread/uthread_dup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_dup.c b/lib/libc_r/uthread/uthread_dup.c index 15d8c1945c13..30af80b00208 100644 --- a/lib/libc_r/uthread/uthread_dup.c +++ b/lib/libc_r/uthread/uthread_dup.c @@ -68,5 +68,5 @@ _dup(int fd) return (ret); } -__weak_reference(_dup, dup); +__strong_reference(_dup, dup); #endif |
