+2007-04-23 Bruno Haible <bruno@clisp.org>
+
+ * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
+
2007-04-23 Bruno Haible <bruno@clisp.org>
* tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
fp->_flags |= __SERR;
#elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, mingw */
# if defined __sun && defined __sparc && defined _LP64 /* Solaris/SPARC 64-bit */
- ((unsigned int *) fp) [9] |= 0x20;
+ ((unsigned int *) fp) [9] |= _IOERR;
# else
fp->_flag |= _IOERR;
# endif