зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
9915839ea3
Коммит
f9651d2744
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче