Ticket #12877: nspr-4.6.1-pthreadkill.patch

File nspr-4.6.1-pthreadkill.patch, 403 bytes (added by niw, 17 years ago)

the patch for nspr _pth.h

  • pr/include/md/_pth.

    old new  
    205205/*
    206206 * These platforms don't have pthread_kill()
    207207 */
    208 #if defined(DARWIN)
    209 #define pthread_kill(thread, sig) ENOSYS
    210 #endif
    211 
    212208#if defined(OSF1) || defined(VMS)
    213209#define PT_PRIO_MIN            PRI_OTHER_MIN
    214210#define PT_PRIO_MAX            PRI_OTHER_MAX