sim: aarch64: drop syscall.h include to fix build
The simulator is including syscall.h which is not standard and apparently not required (builds correctly without it on my machine).
This commit is contained in:
parent
6f9a11d389
commit
ac8eefeb24
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user