summaryrefslogtreecommitdiffstats
path: root/flang/runtime/io-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/io-error.h')
-rw-r--r--flang/runtime/io-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/runtime/io-error.h b/flang/runtime/io-error.h
index 426573e2faf0..0fe11c9185c0 100644
--- a/flang/runtime/io-error.h
+++ b/flang/runtime/io-error.h
@@ -61,7 +61,7 @@ public:
RT_API_ATTRS void SignalPendingError();
RT_API_ATTRS int GetIoStat() const { return ioStat_; }
- RT_API_ATTRS bool GetIoMsg(char *, std::size_t);
+ bool GetIoMsg(char *, std::size_t);
private:
enum Flag : std::uint8_t {