* libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.
commit5d1d7adb5bdefc314c2d8c7e87a6ef1c21cbfb07
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Oct 2005 16:05:54 +0000 (17 16:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Oct 2005 16:05:54 +0000 (17 16:05 +0000)
treef2ef874500772384e2b137a4b82eed7cf510a379
parent5d953aef3c9cfb8b67b5b59dab4bac96b2fba23f
* libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.

Return EOF not 0.

* sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also
allow EACCES errors when opening /rpco for now.

* wctype/wcfuncs.c: Don't use expensive wide char lookups in isw*
functions if character is in ASCII range.
* wctype/wcfuncs_l.c: Likewise.
ChangeLog
libio/oldfileops.c
sysdeps/unix/sysv/linux/readonly-area.c