Define F_DUPFD_CLOEXEC.

This commit is contained in:
Ulrich Drepper 2007-10-17 18:55:32 +00:00
parent 017cc6330d
commit 90e90b183d
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@
# define F_SETLEASE 1024 /* Set a lease. */
# define F_GETLEASE 1025 /* Enquire what lease is active. */
# define F_NOTIFY 1026 /* Request notfications on a directory. */
# define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
close-on-exit set. */
#endif
/* for F_[GET|SET]FD */