summaryrefslogtreecommitdiffstats
path: root/man2/set_tid_address.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/set_tid_address.2')
-rw-r--r--man2/set_tid_address.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2
index a4a687cfa..5c13b911d 100644
--- a/man2/set_tid_address.2
+++ b/man2/set_tid_address.2
@@ -22,14 +22,14 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
-.TH SET_TID_ADDRESS 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SET_TID_ADDRESS 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
set_tid_address \- set pointer to thread ID
.SH SYNOPSIS
.nf
.B #include <linux/unistd.h>
.PP
-.BI "long set_tid_address(int *" tidptr );
+.BI "pid_t set_tid_address(int *" tidptr );
.fi
.PP
.IR Note :
@@ -107,7 +107,7 @@ Glibc does not provide a wrapper for this system call; call it using
.BR futex (2),
.BR gettid (2)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,