X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fsyscall-list.h;h=37efc5681dd0368a8c9f9067db711ff8c71f1d3c;hb=6414b7c981378a6eef480f6806d7cbfc98ca22a1;hp=6bb4d91f914672e84ff7a71bc31e1877eb2f3862;hpb=ab06eef8101866dd1337c4759002f7360a9db416;p=elogind.git diff --git a/src/core/syscall-list.h b/src/core/syscall-list.h index 6bb4d91f9..37efc5681 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