Define F_DUPFD_CLOEXEC.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 18:55:32 +0000 (18:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 18:55:32 +0000 (18:55 +0000)
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h

index 7c93183..710bace 100644 (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 */