From 0cb1f18b3d43297c32d9d732885658c54eef99fd Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 14 May 2001 22:24:12 +0000 Subject: [PATCH] Restored the code that was accidentally deleted in rev. 3.3. --- nsprpub/pr/src/md/beos/bcpu.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nsprpub/pr/src/md/beos/bcpu.c b/nsprpub/pr/src/md/beos/bcpu.c index f5632c65c837..dcf95275765c 100644 --- a/nsprpub/pr/src/md/beos/bcpu.c +++ b/nsprpub/pr/src/md/beos/bcpu.c @@ -31,6 +31,11 @@ * may use your version of this file under either the MPL or the * GPL. */ + +#include "primpl.h" + +PR_EXTERN(void) _PR_MD_INIT_CPUS(); +PR_EXTERN(void) _PR_MD_WAKEUP_CPUS(); PR_EXTERN(void) _PR_MD_START_INTERRUPTS(void); PR_EXTERN(void) _PR_MD_STOP_INTERRUPTS(void); PR_EXTERN(void) _PR_MD_DISABLE_CLOCK_INTERRUPTS(void);