From 93913310240585dcb53836ad47bc50af84051aa8 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Wed, 18 Apr 2001 12:42:11 +0000 Subject: [PATCH] Typo; fix open() so that it is not a cancellation point when called from libc. --- lib/libc_r/uthread/uthread_open.c | 2 +- lib/libkse/thread/thr_open.c | 2 +- lib/libpthread/thread/thr_open.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc_r/uthread/uthread_open.c b/lib/libc_r/uthread/uthread_open.c index 9ce28a9f641a..380761b9881e 100644 --- a/lib/libc_r/uthread/uthread_open.c +++ b/lib/libc_r/uthread/uthread_open.c @@ -40,7 +40,7 @@ #include #include "pthread_private.h" -__weak_reference(_open, open); +__weak_reference(__open, open); int _open(const char *path, int flags,...) diff --git a/lib/libkse/thread/thr_open.c b/lib/libkse/thread/thr_open.c index 9ce28a9f641a..380761b9881e 100644 --- a/lib/libkse/thread/thr_open.c +++ b/lib/libkse/thread/thr_open.c @@ -40,7 +40,7 @@ #include #include "pthread_private.h" -__weak_reference(_open, open); +__weak_reference(__open, open); int _open(const char *path, int flags,...) 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 #include "pthread_private.h" -__weak_reference(_open, open); +__weak_reference(__open, open); int _open(const char *path, int flags,...)