mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Typo; fix open() so that it is not a cancellation point when called
from libc.
This commit is contained in:
parent
1cf08f3929
commit
9391331024
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75658
@ -40,7 +40,7 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "pthread_private.h"
|
#include "pthread_private.h"
|
||||||
|
|
||||||
__weak_reference(_open, open);
|
__weak_reference(__open, open);
|
||||||
|
|
||||||
int
|
int
|
||||||
_open(const char *path, int flags,...)
|
_open(const char *path, int flags,...)
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "pthread_private.h"
|
#include "pthread_private.h"
|
||||||
|
|
||||||
__weak_reference(_open, open);
|
__weak_reference(__open, open);
|
||||||
|
|
||||||
int
|
int
|
||||||
_open(const char *path, int flags,...)
|
_open(const char *path, int flags,...)
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "pthread_private.h"
|
#include "pthread_private.h"
|
||||||
|
|
||||||
__weak_reference(_open, open);
|
__weak_reference(__open, open);
|
||||||
|
|
||||||
int
|
int
|
||||||
_open(const char *path, int flags,...)
|
_open(const char *path, int flags,...)
|
||||||
|
Loading…
Reference in New Issue
Block a user