X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffseterr.c;h=eaad702c81d61c98f4a005af5c435ced2c9bd8dc;hb=372ef2a0e94ec6ee85b5fc4bab763154ec11420d;hp=f14d3c0470a87f3831b879f41ff66e5d90745573;hpb=1a56c64d39a790bc69b58166f7b963334951e1a9;p=gnulib.git diff --git a/lib/fseterr.c b/lib/fseterr.c index f14d3c047..eaad702c8 100644 --- a/lib/fseterr.c +++ b/lib/fseterr.c @@ -1,5 +1,5 @@ /* Set the error indicator of a stream. - Copyright (C) 2007-2010 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,6 +35,8 @@ fseterr (FILE *fp) fp_->_flags |= __SERR; #elif defined __EMX__ /* emx+gcc */ fp->_flags |= _IOERR; +#elif defined __minix /* Minix */ + fp->_flags |= _IOERR; #elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw, NonStop Kernel */ fp_->_flag |= _IOERR; #elif defined __UCLIBC__ /* uClibc */