Re: sys/ptrace.h
Felix von Leitner <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
> Some definition in sys/ptrace.h are missing. > For expample next are undefined: > PTRACE_O_TRACEFORK > PTRACE_O_TRACEEXEC > PTRACE_GETEVENTMSG > See also ptrace(2). I didn't even know those existed. Must be new :) I added them, and also added pt_regs for x86_64. Felix