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
This commit is contained in:
wtchang%redhat.com 2006-12-08 22:58:13 +00:00
Родитель 9915839ea3
Коммит f9651d2744
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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