Typo; fix open() so that it is not a cancellation point when called
from libc.
This commit is contained in:
parent
9b1e997b4c
commit
5e6e0f0b7b
@ -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,...)
|
||||
|
@ -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,...)
|
||||
|
@ -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,...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user