* libio.h: Fix typo.
authorWeiwen Liu <liu@hepunix.physics.yale.edu>
Mon, 8 Sep 1997 16:12:05 +0000 (16:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 8 Sep 1997 16:12:05 +0000 (10:12 -0600)
From-SVN: r15170

libio/ChangeLog
libio/libio.h

index 671aafb695cccadbb8be6b889bcd6a028518e4b9..44d41203d13d24f239f96fcf9ad5c20a2765f0ce 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
+
+       * libio.h: Fix typo.
+
 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
 
        * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
index c79b623920516bf05f9fdf2c76ee884f6f8ca5b3..132a107991b91ab537519f2fa5d980b0df10353d 100644 (file)
@@ -273,7 +273,7 @@ extern int __overflow __P((_IO_FILE*, int));
     ? __overflow(_fp, (unsigned char)(_ch)) \
     : (unsigned char)(*(_fp)->_IO_write_ptr++ = (_ch)))
 
-#define _IO_feof_unclocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0)
+#define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0)
 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0)
 
 extern int _IO_getc __P ((_IO_FILE *__fp));