diff options
author | Roland McGrath <roland@gnu.org> | 2007-08-10 21:54:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-08-10 21:54:57 +0000 |
commit | 4839a27f7344c276a2084712b65b1cc5ca3d2da4 (patch) | |
tree | 53edf35eaf212bb29ce1ba8adb3349ec79157d08 /sysdeps/unix/sysv/linux/sparc | |
parent | a7db33c68fffef1bbc9894a1dab7e52b8bc7bdef (diff) | |
download | glibc-4839a27f7344c276a2084712b65b1cc5ca3d2da4.tar glibc-4839a27f7344c276a2084712b65b1cc5ca3d2da4.tar.gz glibc-4839a27f7344c276a2084712b65b1cc5ca3d2da4.tar.bz2 glibc-4839a27f7344c276a2084712b65b1cc5ca3d2da4.zip |
Updated to fedora-glibc-20070810T2152
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index d68bfeb0ef..2307a2353d 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -1,5 +1,5 @@ /* O_*, F_*, FD_* bit values for Linux/SPARC. - Copyright (C) 1995, 1996, 1997, 1998, 2000, 2003, 2004, 2006 + Copyright (C) 1995, 1996, 1997, 1998, 2000, 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -49,6 +49,7 @@ # define O_NOFOLLOW 0x20000 /* don't follow links */ # define O_DIRECT 0x100000 /* direct disk access hint */ # define O_NOATIME 0x200000 /* Do not set atime. */ +# define O_CLOEXEC 0x400000 /* Set close_on_exit. */ #endif #ifdef __USE_LARGEFILE64 |