$OpenBSD: patch-runtime_flang_async_h,v 1.1.1.1 2017/12/31 18:06:38 bcallah Exp $

No async IO support

Index: runtime/flang/async.h
--- runtime/flang/async.h.orig
+++ runtime/flang/async.h
@@ -18,6 +18,8 @@
 #ifndef _ASYNC_H
 #define _ASYNC_H
 
+#if 0
+
 /** \file
  * Externally visiable Fortran asynchronous IO routines (from async.c)
  */
@@ -65,5 +67,7 @@ int Fio_asy_start(struct asy *asy);
  * close asynch i/o called from close
  */
 int Fio_asy_close(struct asy *asy);
+
+#endif
 
 #endif /* _ASYNC_H */
