]> git.saurik.com Git - apple/libpthread.git/blobdiff - man/pthread_kill.2
libpthread-301.1.6.tar.gz
[apple/libpthread.git] / man / pthread_kill.2
index 5934a2e1056904e84c58d6f7fdedf415f4efae74..a3b3332f7128688d8457be6538e3ddb659126812 100644 (file)
@@ -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 <pthread.h>