sim: aarch64: drop syscall.h include to fix build
authorTristan Gingold <gingold@adacore.com>
Wed, 9 Dec 2015 11:34:45 +0000 (12:34 +0100)
committerMike Frysinger <vapier@gentoo.org>
Tue, 5 Jan 2016 01:09:24 +0000 (20:09 -0500)
The simulator is including syscall.h which is not standard and apparently
not required (builds correctly without it on my machine).

sim/ChangeLog
sim/aarch64/ChangeLog
sim/aarch64/simulator.c

index 0e25046..c54219a 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-09  Tristan Gingold  <gingold@adacore.com>
+
+       * aarch64/simulator.c: Remove syscall.h include.
+
 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
 
        * README-HACKING: Delete mention of tconfig.h.
index 14f4c3c..f9b8673 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-04  Tristan Gingold  <gingold@adacore.com>
+
+       * simulator.c: Remove syscall.h include.
+
 2016-01-04  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index d465095..84ce8e8 100644 (file)
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
-#include <syscall.h>
 #include <math.h>
 #include <time.h>
 #include <limits.h>