Skip to content
Snippets Groups Projects
Commit f14f2e12 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/threads.h:1.103
parent 3e7338bd
No related branches found
No related tags found
No related merge requests found
/*
* $Id: threads.h,v 1.102 2000/08/07 18:44:19 grubba Exp $
* $Id: threads.h,v 1.103 2000/08/11 10:46:22 grubba Exp $
*/
#ifndef THREADS_H
#define THREADS_H
......@@ -663,7 +663,7 @@ HANDLE CheckValidHandle(HANDLE h);
#endif
extern int threads_disabled;
extern int thread_storage_offset;
extern ptrdiff_t thread_storage_offset;
#ifndef NO_PIKE_SHORTHAND
#define MUTEX_T PIKE_MUTEX_T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment