pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-29
2000-03-29 22:08:50 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c2d19fc7675a43220aa770c0d5a702d63c562b36 (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for AIX
Rev: src/threads.h:1.77
1:
/*
-
* $Id: threads.h,v 1.
76
2000/03/
25
20
:
58
:
46
hubbe Exp $
+
* $Id: threads.h,v 1.
77
2000/03/
29
22
:
08
:
50
hubbe Exp $
*/ #ifndef THREADS_H #define THREADS_H
39:
#endif /* _UNIX_THREADS */ #ifdef _MIT_POSIX_THREADS
-
#ifdef HAVE_PTHREAD_H
+
#define POSIX_THREADS #include <pthread.h> #undef HAVE_PTHREAD_H
-
#endif
+
#endif /* _MIT_POSIX_THREADS */ #ifdef _SGI_SPROC_THREADS