From a5378c36b69ce240171627c9abf9f3223a853195 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 9 Nov 2006 11:27:18 +0000 Subject: Add an entry for PT_GETLWPLIST. Nudged by: jhb Reviewed by: davidxu --- lib/libc/sys/ptrace.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.1