diff options
Diffstat (limited to 'lib/libc/sys/thr_self.2')
-rw-r--r-- | lib/libc/sys/thr_self.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/thr_self.2 b/lib/libc/sys/thr_self.2 index 19c639d..949b600 100644 --- a/lib/libc/sys/thr_self.2 +++ b/lib/libc/sys/thr_self.2 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 5, 2016 +.Dd June 1, 2016 .Dt THR_SELF 2 .Os .Sh NAME @@ -76,7 +76,9 @@ argument is not valid. .Xr thr_kill2 2 , .Xr thr_new 2 , .Xr thr_set_name 2 , -.Xr _umtx_op 2 +.Xr _umtx_op 2 , +.Xr pthread_getthreadid_np 3 , +.Xr pthread_self 3 .Sh STANDARDS The .Fn thr_self |