]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 b858cf8c61cd42b1f73ecb135338b9be78cdec27..c94c6c6ba1fb86db903dcbb60966c2bffd0c39c7 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <features.h>
 #include <signal.h>
-#include <sys/elf.h>
+#include <sys/procfs.h>
 
 typedef int greg_t;