solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since they're not known at...
2004-08-16 Andreas Tobler <a.tobler@schweiz.ch> * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since they're not known at this time. * solaris_pthreads.c: Likewise. From-SVN: r86062
This commit is contained in:
parent
dffc9ae5a9
commit
461b08b8bc
@ -1,3 +1,9 @@
|
|||||||
|
2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
|
||||||
|
since they're not known at this time.
|
||||||
|
* solaris_pthreads.c: Likewise.
|
||||||
|
|
||||||
2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
|
2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
PR target/14931
|
PR target/14931
|
||||||
|
@ -16,9 +16,8 @@
|
|||||||
* Modified by Peter C. for Solaris Posix Threads.
|
* Modified by Peter C. for Solaris Posix Threads.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
# if defined(GC_SOLARIS_PTHREADS) || defined(GC_THREADS)
|
#include "private/gc_priv.h"
|
||||||
# include "private/gc_priv.h"
|
|
||||||
# endif
|
|
||||||
# if defined(GC_SOLARIS_PTHREADS)
|
# if defined(GC_SOLARIS_PTHREADS)
|
||||||
# include <pthread.h>
|
# include <pthread.h>
|
||||||
# include <thread.h>
|
# include <thread.h>
|
||||||
|
@ -16,10 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
/* Boehm, September 14, 1994 4:44 pm PDT */
|
/* Boehm, September 14, 1994 4:44 pm PDT */
|
||||||
|
|
||||||
# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS) \
|
#include "private/gc_priv.h"
|
||||||
|| defined(GC_THREADS)
|
|
||||||
# include "private/gc_priv.h"
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS)
|
# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS)
|
||||||
# include "private/solaris_threads.h"
|
# include "private/solaris_threads.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user