Define F_DUPFD_CLOEXEC.
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 22 Oct 2007 13:11:49 +0000 (13:11 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 22 Oct 2007 13:11:49 +0000 (13:11 +0000)
12 files changed:
ChangeLog.am33
ChangeLog.arm
ChangeLog.cris
ChangeLog.hppa
ChangeLog.m68k
ChangeLog.mips
sysdeps/unix/sysv/linux/am33/bits/fcntl.h
sysdeps/unix/sysv/linux/arm/bits/fcntl.h
sysdeps/unix/sysv/linux/cris/bits/fcntl.h
sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index c10f8d08e464594faee4282af168e56f5577b42d..e9b19bd3c43ba362523ab99d19e341099ef5ee6a 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/am33/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/am33/bits/fcntl.h: Comment fix.
index bc5b67ebe8c29a60e90870fe87b269f19a6a8510..140a789340405b7626d0810495eb5ae4add10d81 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Correct return value
index 746c89cbf512af4383c9f87c7ac0745c62db39f1..810b53b32941770d732ed7cb93c7513cae6710e5 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/cris/bits/fcntl.h: Comment fix.
index ff92bf21e9a8863cba2d64f1ef66acc10826b81c..cb1b815cebd7890f175f3b620d5112751c6feb96 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
 
        * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c
index fb591ad11d61e0eb4dc6b0ccb565b90047a1ecbf..33323c6b3bb678b85890969ed81e6fde7965e3dc 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-07-10  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Comment fix.
index 3ecda0c3c20d6b268c173b94ba73cde3f17cb553..ffbc3441f74ede07c1177af5d6f45890f73fa1f5 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_DUPFD_CLOEXEC): Define.
+
 2007-09-25  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Correct return value
index f2c88fad101714dfb12922cee3944a017f881bff..9a95318192b53095a3fcc82186332af31b1cdfeb 100644 (file)
@@ -92,6 +92,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.  */
index bf0321feaef37dee7cd48efd5979ef312e7176d2..10d11f28376f7bcd9281e372a744cdeebb434e00 100644 (file)
@@ -98,6 +98,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.  */
index 270a8de58aa1cdf26b367f75d2af017ce7eb5943..e14ca2536b9e8f1ce81b6b710a90f1374071de08 100644 (file)
@@ -94,6 +94,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.  */
index 80cbbf44ea57b9bcb03028bc9f2cc02babf11188..ffc55a5a837e941ff0dde6cd29932d8a2b38eef9 100644 (file)
@@ -95,6 +95,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]FL */
index 733a088cf5debc93a49c0b00f4086f526e66774d..169a24b734d46a9871ad9dd749e066493760331d 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.  */
index f75188626d33ca58c13b1eec79617ee90481273b..e8107d704bddee4018dea544310718b1e8ad6cbb 100644 (file)
 # 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.  */