mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
* async.h (ASYNC_IO): Revert _AIX test.
From-SVN: r263821
This commit is contained in:
parent
763ef11bff
commit
464c1bd834
@ -1,3 +1,7 @@
|
||||
2018-08-23 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* async.h (ASYNC_IO): Revert _AIX test.
|
||||
|
||||
2018-08-22 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
* async.h: Set ASYNC_IO to zero if _AIX is defined.
|
||||
|
@ -29,7 +29,7 @@
|
||||
__gthread_cond_t and __gthread_equal / __gthread_self. Check
|
||||
this. */
|
||||
|
||||
#if defined(__GTHREAD_HAS_COND) && defined(__GTHREADS_CXX0X) && !defined(_AIX)
|
||||
#if defined(__GTHREAD_HAS_COND) && defined(__GTHREADS_CXX0X)
|
||||
#define ASYNC_IO 1
|
||||
#else
|
||||
#define ASYNC_IO 0
|
||||
|
Loading…
Reference in New Issue
Block a user