summaryrefslogtreecommitdiffstats
path: root/gl/fpurge.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/fpurge.c')
-rw-r--r--gl/fpurge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/fpurge.c b/gl/fpurge.c
index 0b69da3f..6799b52b 100644
--- a/gl/fpurge.c
+++ b/gl/fpurge.c
@@ -1,5 +1,5 @@
1/* Flushing buffers of a FILE stream. 1/* Flushing buffers of a FILE stream.
2 Copyright (C) 2007-2025 Free Software Foundation, Inc. 2 Copyright (C) 2007-2026 Free Software Foundation, Inc.
3 3
4 This file is free software: you can redistribute it and/or modify 4 This file is free software: you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as 5 it under the terms of the GNU Lesser General Public License as
@@ -101,7 +101,7 @@ fpurge (FILE *fp)
101 if (fp->_ptr != NULL) 101 if (fp->_ptr != NULL)
102 fp->_count = 0; 102 fp->_count = 0;
103 return 0; 103 return 0;
104# elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, UnixWare, mingw, MSVC, NonStop Kernel, OpenVMS */ 104# elif defined _IOERR /* AIX, HP-UX, Solaris, OpenServer, UnixWare, mingw, MSVC, NonStop Kernel, OpenVMS */
105 fp_->_ptr = fp_->_base; 105 fp_->_ptr = fp_->_base;
106 if (fp_->_ptr != NULL) 106 if (fp_->_ptr != NULL)
107 fp_->_cnt = 0; 107 fp_->_cnt = 0;