diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-01-27 23:07:25 +0000 | 
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-01-27 23:07:25 +0000 | 
| commit | 9233c4d9426e03b28e043baeefb6d5a37dc4086e (patch) | |
| tree | 8606358bf2ae9c436cce380d290e7a73f9cddfc6 /lib/libc_r/uthread/uthread_dup.c | |
| parent | 072229cdbb757229b7e11f102da326679db27d0e (diff) | |
Notes
Diffstat (limited to 'lib/libc_r/uthread/uthread_dup.c')
| -rw-r--r-- | lib/libc_r/uthread/uthread_dup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_dup.c b/lib/libc_r/uthread/uthread_dup.c index 63bd9bff8e7c..15d8c1945c13 100644 --- a/lib/libc_r/uthread/uthread_dup.c +++ b/lib/libc_r/uthread/uthread_dup.c @@ -37,7 +37,7 @@  #include "pthread_private.h"  int -_libc_dup(int fd) +_dup(int fd)  {  	int             ret; @@ -68,5 +68,5 @@ _libc_dup(int fd)  	return (ret);  } -__weak_reference(_libc_dup, dup); +__weak_reference(_dup, dup);  #endif  | 
