summaryrefslogtreecommitdiff
path: root/pr/include/private/pprthred.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/private/pprthred.h')
-rw-r--r--pr/include/private/pprthred.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pr/include/private/pprthred.h b/pr/include/private/pprthred.h
index c9413396..fe8ae501 100644
--- a/pr/include/private/pprthred.h
+++ b/pr/include/private/pprthred.h
@@ -313,16 +313,6 @@ NSPR_API(PRIntn) PR_GetMonitorEntryCount(PRMonitor *mon);
NSPR_API(PRMonitor*) PR_CTestAndEnterMonitor(void *address);
/*---------------------------------------------------------------------------
-** PLATFORM-SPECIFIC THREAD SYNCHRONIZATION FUNCTIONS
----------------------------------------------------------------------------*/
-#if defined(XP_MAC)
-
-NSPR_API(void) PR_Mac_WaitForAsyncNotify(PRIntervalTime timeout);
-NSPR_API(void) PR_Mac_PostAsyncNotify(PRThread *thread);
-
-#endif /* XP_MAC */
-
-/*---------------------------------------------------------------------------
** PLATFORM-SPECIFIC INITIALIZATION FUNCTIONS
---------------------------------------------------------------------------*/
#if defined(IRIX)