summaryrefslogtreecommitdiff
path: root/pr/include/md/_pth.h
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-02-01 19:20:05 +0000
committerwtc%netscape.com <devnull@localhost>1999-02-01 19:20:05 +0000
commit3f796ff10b54732c865ee06e6abec4fadd969a5a (patch)
treeef56bf935e98f7d53e229a5b8f8ba978c0e1bf5a /pr/include/md/_pth.h
parentd61173887195e9dc07304c1abd0c9191092ab648 (diff)
downloadnspr-hg-3f796ff10b54732c865ee06e6abec4fadd969a5a.tar.gz
In primpl.h, moved the definitions of macros _PR_MD_INIT_LOCKS and
_PR_MD_START_INTERRUPTS from the common section to the classic nspr section. These macros are not used in the pthreads version. Modified files: primpl.h, _pth.h, and ptsynch.c.
Diffstat (limited to 'pr/include/md/_pth.h')
-rw-r--r--pr/include/md/_pth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pr/include/md/_pth.h b/pr/include/md/_pth.h
index a54f8783..214fb9f9 100644
--- a/pr/include/md/_pth.h
+++ b/pr/include/md/_pth.h
@@ -226,6 +226,4 @@ extern int (*_PT_aix_yield_fcn)();
#error "Need to define PTHREAD_YIELD for this platform"
#endif
-#define _MD_INIT_LOCKS()
-
#endif /* nspr_pth_defs_h_ */