diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 18:55:32 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 18:55:32 +0000 |
| commit | 90e90b183d262e1ea8b3154699c730db84cc2187 (patch) | |
| tree | 77928f6cf6d27aeed33ba5a7071ab0208b77414c | |
| parent | 017cc6330d0dcb4f315b93a8d612f4f67204b2b4 (diff) | |
| download | glibc-90e90b183d262e1ea8b3154699c730db84cc2187.tar.xz glibc-90e90b183d262e1ea8b3154699c730db84cc2187.zip | |
Define F_DUPFD_CLOEXEC.
| -rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h index 7c93183ad4..710bace21f 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h @@ -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 */ |
