/* 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.
+ */
/* Note: if this code looks strange, this is because it is derived from the same
* template as the per-syscall blocks below. */
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)