Skip to content

Commit e79e2ea

Browse files
authored
Merge pull request torvalds#268 from libos-nuse/fix-renameat
lkl: follow RENAMEAT changes from linus upstream tree
2 parents a4c9c32 + dd4a0e0 commit e79e2ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/lkl/include/uapi/asm/unistd.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#define __ARCH_WANT_SYSCALL_NO_AT
22
#define __ARCH_WANT_SYSCALL_DEPRECATED
33
#define __ARCH_WANT_SYSCALL_NO_FLAGS
4+
#define __ARCH_WANT_RENAMEAT
45

56
#if __BITS_PER_LONG == 64
67
#define __ARCH_WANT_SYS_NEWFSTATAT

0 commit comments

Comments
 (0)