VFS: add ability to open files O_CLOEXEC
.adjust libc to make use of it (undo __minix diff) Change-Id: I90a1aa219fcd1b12b6bc60e72176f326eac8184a
This commit is contained in:
@@ -51,10 +51,6 @@ __RCSID("$NetBSD: clock_settime.c,v 1.12 2011/10/15 23:00:02 christos Exp $");
|
||||
|
||||
#include <sys/clockctl.h>
|
||||
|
||||
#if defined(__minix) && !defined(O_CLOEXEC)
|
||||
#define O_CLOEXEC 0
|
||||
#endif
|
||||
|
||||
extern int __clockctl_fd;
|
||||
|
||||
int ____clock_settime50(clockid_t, const struct timespec *);
|
||||
|
||||
Reference in New Issue
Block a user