bnicholes 01/08/02 17:31:22
Modified: threadproc/os2 thread.c
Log:
Added a stub for apr_thread_yield()
Revision Changes Path
1.24 +6 -0 apr/threadproc/os2/thread.c
Index: thread.c
===================================================================
RCS file: /home/cvs/apr/threadproc/os2/thread.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- thread.c 2001/07/24 05:16:32 1.23
+++ thread.c 2001/08/03 00:31:22 1.24
@@ -190,6 +190,12 @@
+void apr_thread_yield()
+{
+}
+
+
+
apr_status_t apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *thd)
{
*thethd = &thd->tid;