Better cross libc support.

-Erik
This commit is contained in:
Eric Andersen
2000-06-28 20:11:28 +00:00
parent a2db097d66
commit a44790f539
5 changed files with 3 additions and 7 deletions

View File

@@ -135,6 +135,7 @@ extern int get_kernel_revision(void)
#if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME
#include <sys/syscall.h>
#include <linux/unistd.h>
_syscall1(int, sysinfo, struct sysinfo *, info);
#endif /* BB_INIT */