mirror of git://sourceware.org/git/glibc.git
Revert "manual: Clarify renameat documentation"
This reverts commit abc2e954af.
Reason for revert: Wrong version of the patch.
This commit is contained in:
parent
d30f41d2c9
commit
1149b4f64f
|
|
@ -1940,9 +1940,7 @@ file systems.
|
||||||
@comment Unaudited and therefore marked AC-Unsafe and AS-Unsafe by default
|
@comment Unaudited and therefore marked AC-Unsafe and AS-Unsafe by default
|
||||||
@safety{@mtsafe{}@asunsafe{@asucorrupt{}}@acunsafe{@acucorrupt{}}}
|
@safety{@mtsafe{}@asunsafe{@asucorrupt{}}@acunsafe{@acucorrupt{}}}
|
||||||
This function is a descriptor-relative version of the @code{rename}
|
This function is a descriptor-relative version of the @code{rename}
|
||||||
function above. @xref{Descriptor-Relative Access}. The @var{oldname} is
|
function above. @xref{Descriptor-Relative Access}.
|
||||||
interpreted relative to @var{oldfiledes} and @var{newname} is interpreted
|
|
||||||
relative to @var{newfiledes}.
|
|
||||||
|
|
||||||
Compared to @code{rename}, some additional error conditions can occur.
|
Compared to @code{rename}, some additional error conditions can occur.
|
||||||
@xref{Descriptor-Relative Access}.
|
@xref{Descriptor-Relative Access}.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue