X-Git-Url: https://git.saurik.com/apple/libpthread.git/blobdiff_plain/24d1ef94896ee9beed74527cef92faa6446d7bd3..a0619f9c1b0bf5530b0accb349cdfa98fa5b8c02:/man/pthread_kill.2?ds=inline diff --git a/man/pthread_kill.2 b/man/pthread_kill.2 index 5934a2e..a3b3332 100644 --- a/man/pthread_kill.2 +++ b/man/pthread_kill.2 @@ -64,6 +64,12 @@ is an invalid thread ID. .It Bq Er EINVAL .Fa sig is an invalid or unsupported signal number. +.It Bq Er ENOTSUP +.Fa thread +was not created by +.Fn pthread_create +and does not support being killed with +.Fn pthread_kill .El .Sh LEGACY SYNOPSIS .Fd #include