mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
9e3f1c5936
Replace SYS_<syscall> with __NR_<syscall>. Using the __NR_<syscall>
notation, provided by UAPI, is useful to build tests on systems without
the SYS_<syscall> definitions.
Replace SYS_move_mount with __NR_move_mount
Similar changes: commit
|
||
---|---|---|
.. | ||
.gitignore | ||
config | ||
Makefile | ||
move_mount_set_group_test.c |