bnicholes 01/08/02 17:31:14
Modified: threadproc/NetWare thread.c
Log:
Added a stub for apr_thread_yield()
Revision Changes Path
1.2 +1 -2 apr/threadproc/NetWare/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/NetWare/thread.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thread.c 2001/08/02 20:29:14 1.1
+++ thread.c 2001/08/03 00:31:14 1.2
@@ -157,10 +157,9 @@
return (tid1 == tid2);
}
-apr_status_t apr_thread_yield()
+void apr_thread_yield()
{
NXThreadYield();
- return APR_SUCCESS;
}
apr_status_t apr_thread_exit(apr_thread_t *thd,