|
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
|
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
|
-_syscall4(int, renameat, int, oldfd, const char *, old, int, newfd, const char *, new)
|
|
+ return INLINE_SYSCALL (renameat, 4, oldfd, old, newfd, new);
|
|
-
|
|
+ return INLINE_SYSCALL (renameat2, 5, oldfd, old, newfd, new, 0);
|