From 5e6e0f0b7bab31026f3cecd805e54e5d6d7bf524 Mon Sep 17 00:00:00 2001 From: deischen Date: Wed, 18 Apr 2001 12:42:11 +0000 Subject: Typo; fix open() so that it is not a cancellation point when called from libc. --- lib/libc_r/uthread/uthread_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc_r/uthread') diff --git a/lib/libc_r/uthread/uthread_open.c b/lib/libc_r/uthread/uthread_open.c index 9ce28a9..380761b 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,...) -- cgit v1.1