summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_open.c
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-04-18 12:42:11 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-04-18 12:42:11 +0000
commit93913310240585dcb53836ad47bc50af84051aa8 (patch)
treef90f24f2169ef883b827fbe33b44e69b60d66e4d /lib/libpthread/thread/thr_open.c
parent1cf08f39294f771ba867bd2f51aaa9bbeb3d00a9 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_open.c')
-rw-r--r--lib/libpthread/thread/thr_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_open.c b/lib/libpthread/thread/thr_open.c
index 9ce28a9f641a..380761b9881e 100644
--- a/lib/libpthread/thread/thr_open.c
+++ b/lib/libpthread/thread/thr_open.c
@@ -40,7 +40,7 @@
#include <pthread.h>
#include "pthread_private.h"
-__weak_reference(_open, open);
+__weak_reference(__open, open);
int
_open(const char *path, int flags,...)