diff options
author | wtc <devnull@localhost> | 1998-04-13 22:21:00 +0000 |
---|---|---|
committer | wtc <devnull@localhost> | 1998-04-13 22:21:00 +0000 |
commit | 22d8b88e7639e073dfe7ee7d4b2c535d4c9cf802 (patch) | |
tree | 83b911688e0eb9666ff1460ff1f368ea3d050309 | |
parent | 585db279917b86739266fb7903d1ef160f574386 (diff) | |
download | nspr-hg-22d8b88e7639e073dfe7ee7d4b2c535d4c9cf802.tar.gz |
Added declaration of _MD_YIELD.
-rw-r--r-- | pr/include/md/_solaris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/include/md/_solaris.h b/pr/include/md/_solaris.h index 8b5d2b2a..04d0aa91 100644 --- a/pr/include/md/_solaris.h +++ b/pr/include/md/_solaris.h @@ -590,6 +590,7 @@ struct _MDCPU { extern PRStatus _MD_WAIT(struct PRThread *, PRIntervalTime timeout); extern PRStatus _MD_WAKEUP_WAITER(struct PRThread *); +extern void _MD_YIELD(void); extern PRStatus _MD_InitializeThread(PRThread *thread); extern void _MD_SET_PRIORITY(struct _MDThread *thread, PRThreadPriority newPri); |