diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2009-01-13 18:30:55 +0000 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2009-01-13 18:30:55 +0000 |
commit | f535b54bc40373c81b13df0975aef4212dacbbde (patch) | |
tree | eba3d3f0b8ac19aa2e7e52bb526dbdaa1d3d387a /net.c | |
parent | 215cc2703763894faea05899642ea5dfd5fc5c95 (diff) | |
download | strace-f535b54bc40373c81b13df0975aef4212dacbbde.tar.gz |
Fixes for ptrace() argument parsing.
* process.c: Add parsing of PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG,
PTRACE_GETSIGINFO, PTRACE_SETSIGINFO.
* strace.c (handle_stopped_tcbs): Make PTRACE_SETOPTIONS
define check more robust.
* defs.h: Declare several "extern const struct xlat" arrays here.
* desc.c: Remove open_mode_flags[] and open_access_modes[]
extern declarations.
* net.c: Remove open_mode_flags[] extern declaration.
* sock.c: Remove addrfams[] extern declaration.
* util.c: Remove struct_user_offsets[] extern declaration.
* signal.c: Remove open_mode_flags[] extern declaration.
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1499,8 +1499,6 @@ struct tcb *tcp; return sys_accept(tcp); } -extern const struct xlat open_mode_flags[]; - static int do_pipe(struct tcb *tcp, int flags_arg) { |