[libc][Obvious] Add header guards for the generated linux syscall header file.
authorSiva Chandra Reddy <sivachandra@google.com>
Fri, 27 Aug 2021 15:48:55 +0000 (15:48 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 27 Aug 2021 16:17:53 +0000 (16:17 +0000)
libc/config/linux/syscall.h.def

index 7f52a26..0daceaf 100644 (file)
@@ -6,4 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_LIBC_CONFIG_LINUX_SYSCALL_H
+#define LLVM_LIBC_CONFIG_LINUX_SYSCALL_H
+
 %%include_file(${inline_syscalls})
+
+#endif // LLVM_LIBC_CONFIG_LINUX_SYSCALL_H