Commit 2ce72aa0 by Weiwen Liu Committed by Jeff Law

* libio.h: Fix typo.

From-SVN: r15170
parent 52b7724b
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.
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment