Include sys/procfs.h not sys/elf.h.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 14:10:28 +0000 (14:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 14:10:28 +0000 (14:10 +0000)
sysdeps/unix/sysv/linux/arm/sys/ucontext.h

index b858cf8..c94c6c6 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <features.h>
 #include <signal.h>
-#include <sys/elf.h>
+#include <sys/procfs.h>
 
 typedef int greg_t;