mirror of
https://github.com/systemd/systemd.git
synced 2025-01-13 17:18:18 +03:00
various: add missing "#pragma once"
This commit is contained in:
parent
3fb72d6388
commit
a7fc59c70b
@ -4,6 +4,7 @@
|
||||
* Use 'ninja -C build update-syscall-tables' to download new syscall tables,
|
||||
* and 'ninja -C build update-syscall-header' to regenerate this file.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/* Note: if this code looks strange, this is because it is derived from the same
|
||||
* template as the per-syscall blocks below. */
|
||||
|
@ -142,6 +142,7 @@ def print_syscall_defs(syscalls, tables, out):
|
||||
* Use 'ninja -C build update-syscall-tables' to download new syscall tables,
|
||||
* and 'ninja -C build update-syscall-header' to regenerate this file.
|
||||
*/
|
||||
#pragma once
|
||||
''',
|
||||
file=out)
|
||||
print(ARCH_CHECK, file=out)
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||
#pragma once
|
||||
|
||||
#include <efi.h>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||||
#pragma once
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user