diff options
Diffstat (limited to 'libports/stubs.c')
-rw-r--r-- | libports/stubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libports/stubs.c b/libports/stubs.c index 23c6a0ea..de4ae4dd 100644 --- a/libports/stubs.c +++ b/libports/stubs.c @@ -21,6 +21,7 @@ /* This file contains stubs for some cthreads functions. It should only get used if the user isn't otherwise using cthreads. */ +#if 0 #include <cthreads.h> void condition_wait (condition_t c, mutex_t m) __attribute__ ((weak)); @@ -36,3 +37,4 @@ void cond_broadcast (condition_t c) { } +#endif |