This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

<linux/ptrace.h> vs. <sys/ptrace.h>



It might be worth checking for each port whether this non-program
compiles:

#include <sys/user.h>
#include <sys/ptrace.h>

I have sent in a patch to fix it for ppc, but there might be problems
on alpha, arm, m68k, and mips.  

To fix, you need to write a <sys/user.h> that does not include
<linux/ptrace.h>.

-- 
Geoffrey Keating <geoffk@ozemail.com.au>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]