summaryrefslogtreecommitdiff
path: root/pr/include/md/_pth.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/md/_pth.h')
-rw-r--r--pr/include/md/_pth.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/pr/include/md/_pth.h b/pr/include/md/_pth.h
index aadb45e0..c1e428c8 100644
--- a/pr/include/md/_pth.h
+++ b/pr/include/md/_pth.h
@@ -202,13 +202,6 @@
#define PT_NO_SIGTIMEDWAIT
#endif
-/*
- * These platforms don't have pthread_kill()
- */
-#if defined(DARWIN)
-#define pthread_kill(thread, sig) ENOSYS
-#endif
-
#if defined(OSF1) || defined(VMS)
#define PT_PRIO_MIN PRI_OTHER_MIN
#define PT_PRIO_MAX PRI_OTHER_MAX