linkat.2: Add ENOENT for O_TMPFILE created with O_EXCL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-22 03:55:20 +01:00
parent 0115aaedca
commit aa56704a72
1 changed files with 10 additions and 0 deletions

View File

@ -172,6 +172,16 @@ but the caller did not have the
.B CAP_DAC_READ_SEARCH
capability.
.TP
.B ENOENT
An attempt was made to link to the
.I /proc/self/fd/NN
file corresponding to a file descriptor created with
open(path, O_TMPFILE | O_EXCL, mode);
See
.BR open (2).
.TP
.B ENOTDIR
.I oldpath
is relative and