syscalls: add back legacy __NR_nfsservctl macro
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Aug 2024 20:38:29 +0000 (22:38 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Aug 2024 06:57:02 +0000 (08:57 +0200)
commitb82c1d235a30622177ce10dcb94dfd691a49922f
tree2842ec4e7fd4b7da84ad42775396469045b93aa0
parent26fef9d0bbeba6bf5d18386bd20aff2c83caa0ed
syscalls: add back legacy __NR_nfsservctl macro

The conversion from the old unistd.h file to syscall.tbl dropped the
nfsservctl macro. This one was handled inconsistently across architectures
in the original introduction of the syscall.tbl format, and I went the
other way on this.

The syscall was already gone in linux-3.1 before the current users
of the generic table (other than openrisc) first appeared, so nobody
could actally use it, but putting the number back helps for consistency
since there are build scripts that check the presence of all these
macros.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=2301919
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
scripts/syscall.tbl