Document 'e' (close-on-exec) option, new in glibc 2.7.

This commit is contained in:
Michael Kerrisk 2007-11-19 00:51:38 +00:00
parent f41d1d3d67
commit d8d79fa2dd
1 changed files with 8 additions and 0 deletions

View File

@ -257,6 +257,14 @@ Do not make the open operation,
or subsequent read and write operations,
thread cancellation points.
.TP
.BR e " (since glibc 2.7)"
Open the file with the
.B O_CLOEXEC
flag.
See
.BR open (2)
for more information.
.TP
.BR m " (since glibc 2.3)"
Attempt to access the file using
.BR mmap (2),