commit | 0a1ce620626de07f1a3f3ddba19d74aaa6638597 | [log] [tgz] |
---|---|---|
author | Fabien Siron <fabien.siron@epita.fr> | Tue Jun 21 14:42:44 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jun 21 23:38:05 2016 +0000 |
tree | 0c72ad85a5dc09f9cb6d1e719f7bb3c4141dda85 | |
parent | 7ae67f572b5353d55306fd54b85b64b75aafb49b [diff] |
Change printsock to return socket family * defs.h (printsock): Change return type to int. * net.c (printsock): Likewise. Return socket family on success and -1 in case of an error.
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.