mirror of
https://github.com/torvalds/linux.git
synced 2026-05-17 19:17:29 +02:00
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 | ||