summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorccarlen%netscape.com <devnull@localhost>2001-07-02 01:30:30 +0000
committerccarlen%netscape.com <devnull@localhost>2001-07-02 01:30:30 +0000
commit476febedbd737d27bc225ec805ba528fc01d4964 (patch)
treea3a0c4309c880e98003f743c44501a8f791a4714
parent7b5f1cb33505570a53c2d2007f13f057071e5ca0 (diff)
downloadnspr-hg-CW7_20010609_BRANCH.tar.gz
Branch changes - update for new Universal Interfaces with CW7.CW7_20010609_BRANCH
-rw-r--r--pr/src/md/mac/macio.c2
-rw-r--r--pr/src/md/mac/macthr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/mac/macio.c b/pr/src/md/mac/macio.c
index 07aa4bc0..024c1a1b 100644
--- a/pr/src/md/mac/macio.c
+++ b/pr/src/md/mac/macio.c
@@ -248,7 +248,7 @@ PRInt32 ReadWriteProc(PRFileDesc *fd, void *buf, PRUint32 bytes, IOOperation op)
a 32 byte Ptr in the heap, so only do this once
*/
if (!sCompletionUPP)
- sCompletionUPP = NewIOCompletionProc((IOCompletionProcPtr)&AsyncIOCompletion);
+ sCompletionUPP = NewIOCompletionUPP((IOCompletionProcPtr)&AsyncIOCompletion);
/* grab the thread so we know which one to post to at completion */
pbAsync.thread = me;
diff --git a/pr/src/md/mac/macthr.c b/pr/src/md/mac/macthr.c
index 59b67a67..654cd5d1 100644
--- a/pr/src/md/mac/macthr.c
+++ b/pr/src/md/mac/macthr.c
@@ -178,7 +178,7 @@ void _MD_StartInterrupts(void)
gPrimaryThread = _PR_MD_CURRENT_THREAD();
if ( !gTimerCallbackUPP )
- gTimerCallbackUPP = NewTimerProc(TimerCallback);
+ gTimerCallbackUPP = NewTimerUPP(TimerCallback);
// Fill in the Time Manager queue element