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:
Thomas Veerman
2013-02-28 10:08:53 +00:00
parent 2ea6149f7c
commit fd610ba1b0
13 changed files with 3 additions and 52 deletions
-4
View File
@@ -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 *);