valgrind can't find syscall because we didn't put it in <unistd.h>.

Change-Id: I1e47291d4476bd2816138a8cf58f29d4986d39e3
This commit is contained in:
Elliott Hughes
2015-02-19 22:49:44 -08:00
parent 97484d3a9d
commit 4c5891d93d
4 changed files with 8 additions and 11 deletions

View File

@@ -208,6 +208,8 @@ int getpagesize(void);
long sysconf(int);
long syscall(long number, ...);
extern int daemon(int, int);
#if defined(__arm__) || (defined(__mips__) && !defined(__LP64__))