diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-11-09 11:27:18 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-11-09 11:27:18 +0000 |
commit | a5378c36b69ce240171627c9abf9f3223a853195 (patch) | |
tree | 2dcf8bbefa91a801c326ad52b973de002402d100 /lib | |
parent | 0951c3f7a8c011e08a838d72b818fb8e1d3fd7ea (diff) | |
download | FreeBSD-src-a5378c36b69ce240171627c9abf9f3223a853195.zip FreeBSD-src-a5378c36b69ce240171627c9abf9f3223a853195.tar.gz |
Add an entry for PT_GETLWPLIST.
Nudged by: jhb
Reviewed by: davidxu
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 0d6009f..00b529b 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -2,7 +2,7 @@ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. -.Dd August 11, 2003 +.Dd November 9, 2006 .Dt PTRACE 2 .Os .Sh NAME @@ -297,6 +297,8 @@ 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_GETLWPLIST +This request can be used to get the current thread list. .El .Pp Additionally, machine-specific requests can exist. |