This is the mail archive of the libc-alpha@sourceware.org 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] |
Other format: | [Raw text] |
On Wednesday 25 July 2012 09:54:18 Andreas Jaeger wrote: > For Changelog.ia64: > 2012-07-25 Andreas Jaeger <aj@suse.de> > > * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (__ptrace_eventcodes): > Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. > (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust > PTRACE_O_MASK. > ... > --- a/ports/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h > +++ b/ports/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h > > /* Options set using PTRACE_SETOPTIONS. */ > -enum __ptrace_setoptions { > +enum __ptrace_setoptions > +{ > PTRACE_O_TRACESYSGOOD = 0x00000001, > PTRACE_O_TRACEFORK = 0x00000002, > PTRACE_O_TRACEVFORK = 0x00000004, > PTRACE_O_TRACECLONE = 0x00000008, > PTRACE_O_TRACEEXEC = 0x00000010, > PTRACE_O_TRACEVFORKDONE = 0x00000020, > - PTRACE_O_TRACEEXIT = 0x00000040, > - PTRACE_O_MASK = 0x0000007f > + PTRACE_O_TRACESECCOMP = 0x00000080, > + PTRACE_O_MASK = 0x000000ff > }; did you mean to delete TRACEEXIT ? -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |