This is the mail archive of the
libc-alpha@cygnus.com
mailing list for the glibc project.
<linux/ptrace.h> vs. <sys/ptrace.h>
- To: libc-alpha@cygnus.com
- Subject: <linux/ptrace.h> vs. <sys/ptrace.h>
- From: Geoff Keating <geoffk@ozemail.com.au>
- Date: Wed, 9 Dec 1998 00:46:14 +1100
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>