mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
manual: Document O_DIRECTORY
This commit is contained in:
parent
5f161b2398
commit
fef7c63cd5
@ -1,3 +1,7 @@
|
||||
2019-05-17 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* manual/llio.texi (Open-time Flags): Document O_DIRECTORY.
|
||||
|
||||
2019-05-16 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/kernel-features.h
|
||||
|
@ -3671,6 +3671,13 @@ The @code{O_EXCL} flag has a special meaning in combination with
|
||||
@code{O_TMPFILE}; see below.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr Macro int O_DIRECTORY
|
||||
@standards{POSIX.1, fcntl.h}
|
||||
If set, the open operation fails if the given name is not the name of
|
||||
a directory. The @code{errno} variable is set to @code{ENOTDIR} for
|
||||
this error condition.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr Macro int O_TMPFILE
|
||||
@standards{GNU, fcntl.h}
|
||||
If this flag is specified, functions in the @code{open} family create an
|
||||
|
Loading…
x
Reference in New Issue
Block a user