Skip to content
Snippets Groups Projects
Commit a872b285 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

may now work better on systems without threads.

Rev: src/threads.h:1.42
parent 5b6acd9b
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: threads.h,v 1.41 1998/04/13 14:32:35 grubba Exp $ * $Id: threads.h,v 1.42 1998/04/30 16:31:20 hubbe Exp $
*/ */
#ifndef THREADS_H #ifndef THREADS_H
#define THREADS_H #define THREADS_H
...@@ -460,6 +460,7 @@ void f_all_threads(INT32 args); ...@@ -460,6 +460,7 @@ void f_all_threads(INT32 args);
#define th_init_programs() #define th_init_programs()
#define th_self() ((void*)0) #define th_self() ((void*)0)
#define co_signal(X) #define co_signal(X)
#define co_broadcast(X)
#endif /* _REENTRANT */ #endif /* _REENTRANT */
#ifdef __NT__ #ifdef __NT__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment