Skip to content
Snippets Groups Projects
Commit 3b44f8c7 authored by David Hedbor's avatar David Hedbor
Browse files

s/THREAS_ALLOW/THREADS_ALLOW/ in define when threads are disabled

Rev: src/threads.h:1.98
parent f25cdc21
No related branches found
No related tags found
No related merge requests found
/*
* $Id: threads.h,v 1.97 2000/07/07 15:36:53 grubba Exp $
* $Id: threads.h,v 1.98 2000/07/12 05:57:39 neotron Exp $
*/
#ifndef THREADS_H
#define THREADS_H
......@@ -618,7 +618,7 @@ void th_farm(void (*fun)(void *), void *here);
#define mt_lock(X)
#define mt_unlock(X)
#define mt_destroy(X)
#define THREAS_ALLOW()
#define THREADS_ALLOW()
#define THREADS_DISALLOW()
#define THREADS_ALLOW_UID()
#define THREADS_DISALLOW_UID()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment