X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libc%2Fsysdeps%2Flinux%2Fhppa%2Fbits%2Ffcntl.h;h=86e3b6f4a7269f2850c172fdb747c4d5ee66e514;hb=b8f1f91cc6d7b579fdb2370ab046565f9930aa09;hp=cc23bf81bb8db68bd6f1bb2c46256c18f4b150c0;hpb=49b5ce384740ebabfc8e38dff6e37913e224dd29;p=uclinux-h8%2FuClibc.git diff --git a/libc/sysdeps/linux/hppa/bits/fcntl.h b/libc/sysdeps/linux/hppa/bits/fcntl.h index cc23bf81b..86e3b6f4a 100644 --- a/libc/sysdeps/linux/hppa/bits/fcntl.h +++ b/libc/sysdeps/linux/hppa/bits/fcntl.h @@ -50,6 +50,7 @@ # define O_DIRECTORY 00010000 /* Must be a directory. */ # define O_NOFOLLOW 00000200 /* Do not follow links. */ # define O_NOATIME 04000000 /* Do not set atime. */ +# define O_CLOEXEC 010000000 /* set close_on_exec */ #endif #ifdef __USE_LARGEFILE64