O_CLOEXEC is specified in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-21 04:51:54 +00:00
parent 1f8f8acb44
commit 08a3addfa4
1 changed files with 2 additions and 6 deletions

View File

@ -47,7 +47,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\"
.TH OPEN 2 2008-07-22 "Linux" "Linux Programmer's Manual"
.TH OPEN 2 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
open, creat \- open and possibly create a file or device
.SH SYNOPSIS
@ -573,15 +573,11 @@ and
flags are Linux-specific, and one may need to define
.B _GNU_SOURCE
to obtain their definitions.
.\" FIXME . update the following sentence when POSIX.1-2008 is finalized.
The
.BR O_CLOEXEC
flag is not specified in POSIX.1-2001,
but is planned for inclusion in the next revision of the standard;
one has to define the
.B _GNU_SOURCE
macro to get its definition.
but is specified in POSIX.1-2001.
.B O_DIRECT
is not specified in POSIX; one has to define