1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00
Files
glibc/stdio-common
Florian Weimer d6da5cb6a8 Add renameat2 function [BZ #17662]
The implementation falls back to renameat if renameat2 is not available
in the kernel (or in the kernel headers) and the flags argument is zero.
Without kernel support, a non-zero argument returns EINVAL, not ENOSYS.
This mirrors what the kernel does for invalid renameat2 flags.
2018-07-05 19:00:10 +02:00
..
2018-07-05 19:00:10 +02:00
2013-10-12 14:47:50 +02:00
2018-07-05 19:00:10 +02:00
2018-07-05 19:00:10 +02:00
2017-11-16 11:49:26 +05:30
2017-11-16 11:49:26 +05:30
2018-07-05 19:00:10 +02:00