]> granicus.if.org Git - strace/commit
2004-12-19 Dmitry V. Levin <ldv@altlinux.org>
authorRoland McGrath <roland@redhat.com>
Sun, 6 Feb 2005 01:16:32 +0000 (01:16 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 6 Feb 2005 01:16:32 +0000 (01:16 +0000)
commit15dca8e307086cb2a53045046fe4791dc7afe378
tree3fbab04d1690ebd660454e255a4ec1a3efe971bc
parenta24aaae493cadc62c069f1c4c93bc2b6b7306dd9
2004-12-19  Dmitry V. Levin  <ldv@altlinux.org>

* strace.c (main) [!USE_PROCFS]: In child process, raise SIGSTOP
right before execv() call.  Remove fake_execve() call.
* defs.h (fake_execve): Remove unused declaration.
* process.c (fake_execve): Remove unused function.
Fixes RH#143365.
defs.h
process.c
strace.c