aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/async.h
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2018-08-23 19:33:45 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2018-08-23 15:33:45 -0400
commit464c1bd8341d0b06ab4f819e434f3db1350bce3c (patch)
treebe6f141861e60e6b8d4b0fb675391f80e9c85932 /libgfortran/io/async.h
parent763ef11bffdcbff30062c44c220c9b6dcbe019dc (diff)
downloadgcc-464c1bd8341d0b06ab4f819e434f3db1350bce3c.zip
gcc-464c1bd8341d0b06ab4f819e434f3db1350bce3c.tar.gz
gcc-464c1bd8341d0b06ab4f819e434f3db1350bce3c.tar.bz2
* async.h (ASYNC_IO): Revert _AIX test.
From-SVN: r263821
Diffstat (limited to 'libgfortran/io/async.h')
-rw-r--r--libgfortran/io/async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/async.h b/libgfortran/io/async.h
index 47081a1..4ddb498 100644
--- a/libgfortran/io/async.h
+++ b/libgfortran/io/async.h
@@ -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