Typo; fix open() so that it is not a cancellation point when called

from libc.
This commit is contained in:
deischen 2001-04-18 12:42:11 +00:00
parent 9b1e997b4c
commit 5e6e0f0b7b
3 changed files with 3 additions and 3 deletions

View File

@ -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,...)

View File

@ -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,...)

View File

@ -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,...)