Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/systat.c')
-rw-r--r--newlib/libc/sys/linux/systat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/systat.c b/newlib/libc/sys/linux/systat.c
index 9a57aa7e4..015e3f056 100644
--- a/newlib/libc/sys/linux/systat.c
+++ b/newlib/libc/sys/linux/systat.c
@@ -4,7 +4,7 @@
#include <sys/utsname.h>
-#include <machine/syscall.h>
+#include <sys/syscall.h>
_syscall1(int,uname,struct utsname *,name)