commit | 38d854e425b71cc810adea817272fc7b988ceb97 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 09 14:35:06 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 09 14:35:06 2016 +0000 |
tree | 9af9e461170f85bb00b7155b2ac0be30b7278007 | |
parent | e3dfc5901ff64c144f7570ca71f260b1c80a74f2 [diff] |
ia64: replace SYS_clone2 with __NR_clone2 Migrate to __NR_* the last user of SYS_* macros provided by <sys/syscall.h>. * clone.c [IA64] (ARG_STACKSIZE, ARG_PTID, ARG_CTID, ARG_TLS): Replace SYS_clone2 with __NR_clone2.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.