Don't premature stop parsing mode string of fopen.

This commit is contained in:
Ulrich Drepper 2009-06-09 07:01:42 -07:00
parent 0d74e04361
commit d360a0da2b
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-06-09 Ulrich Drepper <drepper@redhat.com>
* libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
parsing mode string.
2009-06-05 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/rawmemchr.S: Minor optimization.