1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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

from libc.
This commit is contained in:
Daniel Eischen 2001-04-18 12:42:11 +00:00
parent 1cf08f3929
commit 9391331024
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75658
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,...)