diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-04-18 12:42:11 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-04-18 12:42:11 +0000 |
| commit | 93913310240585dcb53836ad47bc50af84051aa8 (patch) | |
| tree | f90f24f2169ef883b827fbe33b44e69b60d66e4d /lib/libpthread/thread/thr_open.c | |
| parent | 1cf08f39294f771ba867bd2f51aaa9bbeb3d00a9 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_open.c')
| -rw-r--r-- | lib/libpthread/thread/thr_open.c | 2 |
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,...) |
