GCC 4.3 fixes, thanks to Tom Browder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@898 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
1ca2df042d
commit
c6d6cada99
4 changed files with 9 additions and 13 deletions
|
@ -34,6 +34,9 @@
|
|||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
#include <unistd.h> // declares sleep under Linux
|
||||
#endif
|
||||
|
||||
/** @par thread_local Keyword
|
||||
The mutexes require compilers to provide thread local storage - meaning each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue