POSIX: F_DUPFD_CLOEXEC support (POSIX.1-2008).

* fix #12187.
This commit is contained in:
Jérôme Duval
2017-08-24 17:54:50 +02:00
parent a74f88cf8f
commit 26740b2889
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@
#define F_GETLK 0x0020 /* get locking information */
#define F_SETLK 0x0080 /* set locking information */
#define F_SETLKW 0x0100 /* as above, but waits if blocked */
#define F_DUPFD_CLOEXEC 0x0200 /* duplicate fd with close on exec set */
/* advisory locking types */
#define F_RDLCK 0x0040 /* read or shared lock */