mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
basic/missing-syscall: add regen instructions
This commit is contained in:
@@ -128,7 +128,11 @@ def print_syscall_def(syscall, tables, out):
|
||||
def print_syscall_defs(syscalls, tables, out):
|
||||
print('''\
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* This file is generated. Do not edit! */
|
||||
* This file is generated by src/basic/missing_syscalls.py. Do not edit!
|
||||
*
|
||||
* Use 'ninja -C build update-syscall-tables' to download new syscall tables,
|
||||
* and 'ninja -C build update-syscall-header' to regenerate this file.
|
||||
*/
|
||||
''',
|
||||
file=out)
|
||||
print(ARCH_CHECK, file=out)
|
||||
|
||||
Reference in New Issue
Block a user