summaryrefslogtreecommitdiff
path: root/kexec/kexec-syscall.h
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2011-08-08 20:43:08 +0200
committerSimon Horman <horms@verge.net.au>2011-08-09 09:32:30 +0900
commit7c7caf11813cf9993201285886ba9661b3de2d18 (patch)
tree102ef8a53d38bb48504b9465ca1a24e50ba009cb /kexec/kexec-syscall.h
parent1ea7cfd435aba0e095886db367e9616271f56c28 (diff)
downloadkexec-tools-7c7caf11813cf9993201285886ba9661b3de2d18.tar.gz
kexec-tools: include minor klibc porting
These 2 "uncommon" include pathes are the first stumbling blocks to build kexec-tools against klibc. Of course more is needed, but this is a first step. On the klibc step there is still stuff needed, but it is already possible with hacks as Oppenembedded shows. Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r--kexec/kexec-syscall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h
index b082f40..f4df45c 100644
--- a/kexec/kexec-syscall.h
+++ b/kexec/kexec-syscall.h
@@ -2,7 +2,6 @@
#define KEXEC_SYSCALL_H
#define __LIBRARY__
-#include <syscall.h>
#include <sys/syscall.h>
#include <unistd.h>