2010-03-15 21:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbthread.h
    ! added workaround for problems with static __thread variables in
      Open64 C compiler
This commit is contained in:
Przemyslaw Czerpak
2010-03-15 20:40:14 +00:00
parent ad7229c78a
commit 4bbd974426
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-15 21:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbthread.h
! added workaround for problems with static __thread variables in
Open64 C compiler
2010-03-15 21:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* external/bzip2/Makefile
* external/bzip2/bzip2.dif

View File

@@ -442,7 +442,7 @@ extern HB_BOOL hb_threadMutexSyncWait( PHB_ITEM pItemMtx, HB_ULONG ulMilliSec, P
( __GLIBC__ > 2 || ( __GLIBC__ == 2 && __GLIBC_MINOR__ >= 6 ) ) && \
defined( HB_OS_LINUX ) && \
( defined( __i386__ ) || defined( __x86_64__ ) ) && \
( !defined( __OPENCC__ ) || !defined( HB_DYNLIB ) )
!defined( __OPENCC__ )
# define HB_USE_TLS
# endif
#endif