allow EACCES errors when opening /proc for now.

This commit is contained in:
Ulrich Drepper 2005-10-17 16:07:28 +00:00
parent 5d1d7adb5b
commit dd3af58b91
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Return EOF not 0.
* sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also
allow EACCES errors when opening /rpco for now.
allow EACCES errors when opening /proc for now.
* wctype/wcfuncs.c: Don't use expensive wide char lookups in isw*
functions if character is in ASCII range.