aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-10-20 17:58:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-10-20 17:58:21 +0000
commitc814b86843eee02a1ef6dfd89423a474e7e79d09 (patch)
tree314236f9bbd763bb4ffb3113d18ecb55ad65ea93 /lib
parent467dcb5a1f0eaac685f7a852b5f4aecece0c83a2 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/ptrace.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 5c93438d67de..a94e314d93cb 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 October 6, 2015
+.Dd October 20, 2015
.Dt PTRACE 2
.Os
.Sh NAME
@@ -306,7 +306,7 @@ struct ptrace_lwpinfo {
sigset_t pl_siglist;
siginfo_t pl_siginfo;
char pl_tdname[MAXCOMLEN + 1];
- int pl_child_pid;
+ pid_t pl_child_pid;
u_int pl_syscall_code;
u_int pl_syscall_narg;
};