summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-12-08 23:01:59 +0000
committerwtchang%redhat.com <devnull@localhost>2006-12-08 23:01:59 +0000
commit7a4f53c368344b4b3ecf07d8499196c4b174b5f7 (patch)
tree01904b99a6a90ab62e1e9f7e5740df4858fbb681
parent529f70c31c6771eed9b016c93e444dd93d585c0d (diff)
downloadnspr-hg-7a4f53c368344b4b3ecf07d8499196c4b174b5f7.tar.gz
Bugzilla Bug 363092: removed the pthread_kill macro definition. Mac OS X
has had the pthread_kill function since 10.2. The patch is contributed by Josh Aas <joshmoz@gmail.com>. r=mark.mentovai,wtc Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-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 cd0808b6..46c8670d 100644
--- a/pr/include/md/_pth.h
+++ b/pr/include/md/_pth.h
@@ -208,13 +208,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