* async.h (ASYNC_IO): Revert _AIX test.

From-SVN: r263821
This commit is contained in:
David Edelsohn 2018-08-23 19:33:45 +00:00 committed by David Edelsohn
parent 763ef11bff
commit 464c1bd834
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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