Skip to content

Commit

Permalink
[libc][Obvious] Add header guards for the generated linux syscall hea…
Browse files Browse the repository at this point in the history
…der file.
  • Loading branch information
Siva Chandra Reddy committed Aug 27, 2021
1 parent 83dfa0d commit 8e284be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libc/config/linux/syscall.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e284be

Please sign in to comment.