diff options
Diffstat (limited to 'share/man/man3/pthread_self.3')
-rw-r--r-- | share/man/man3/pthread_self.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/pthread_self.3 b/share/man/man3/pthread_self.3 index 4d6aa2b..8b34683 100644 --- a/share/man/man3/pthread_self.3 +++ b/share/man/man3/pthread_self.3 @@ -54,7 +54,8 @@ function returns the thread ID of the calling thread. None. .Sh SEE ALSO .Xr pthread_create 3 , -.Xr pthread_equal 3 +.Xr pthread_equal 3 , +.Xr pthread_getthreadid_np 3 .Sh STANDARDS The .Fn pthread_self |