diff packages/language/c/libc/stdio/current/ChangeLog @ 643:659eed39fb51

* include/stdio.inl (setbuf): Don't supply size with _IONBF. * src/common/stdioinlines.cxx (setbuf): Ditto.
author jlarmour
date Sat, 15 Feb 2003 16:57:03 +0000
parents fb853432c81a
children 210950d0ee57
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog
+++ b/packages/language/c/libc/stdio/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-15  Fabrice Gautier  <Fabrice_Gautier@sdesigns.com>
+
+	* include/stdio.inl (setbuf): Don't supply size with _IONBF.
+	* src/common/stdioinlines.cxx (setbuf): Ditto.
+
 2003-01-29  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/output/vfnprintf.cxx: Add support for C99 'z' flag (size_t).