summaryrefslogtreecommitdiff
path: root/src/core/syscall-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/syscall-list.h')
-rw-r--r--src/core/syscall-list.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/syscall-list.h b/src/core/syscall-list.h
index 6bb4d91f91..37efc5681d 100644
--- a/src/core/syscall-list.h
+++ b/src/core/syscall-list.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foosyscalllisthfoo
-#define foosyscalllisthfoo
+#pragma once
/***
This file is part of systemd.
@@ -40,5 +39,3 @@ const char *syscall_to_name(int id);
int syscall_from_name(const char *name);
int syscall_max(void);
-
-#endif