diff options
author | emaste <emaste@FreeBSD.org> | 2007-04-09 14:56:31 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2007-04-09 14:56:31 +0000 |
commit | 59639a4c9764cc1d93b01694c7e5436c98a0de9d (patch) | |
tree | 488ca8c8cc33b3d177efb6d9c1254ba0e7ed4056 /lib/libc | |
parent | 539df81f96061bd62cc78ae5a877b852247e93a3 (diff) | |
download | FreeBSD-src-59639a4c9764cc1d93b01694c7e5436c98a0de9d.zip FreeBSD-src-59639a4c9764cc1d93b01694c7e5436c98a0de9d.tar.gz |
Document PT_GETNUMLWPS.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index ae685fd..d30fedc 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -297,6 +297,9 @@ The .Fa data argument is to be set to the size of the structure known to the caller. This allows the structure to grow without affecting older programs. +.It PT_GETNUMLWPS +This request returns the number of kernel threads associated with the +traced process. .It PT_GETLWPLIST This request can be used to get the current thread list. A pointer to an array of type |