Skip to content

Commit d7a5f23

Browse files
committed
[libc] remove syscall.h include
1 parent 6b37275 commit d7a5f23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libc/include/sys/syscall.h.def

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
#ifndef LLVM_LIBC_SYS_SYSCALL_H
1010
#define LLVM_LIBC_SYS_SYSCALL_H
1111

12-
#if defined(__APPLE__)
13-
14-
#include <sys/syscall.h>
15-
16-
#elif defined(__linux__)
12+
#if defined(__linux__)
1713

1814
#include <asm/unistd.h>
1915

0 commit comments

Comments
 (0)