diff options
author | 2005-10-17 16:07:28 +0000 | |
---|---|---|
committer | 2005-10-17 16:07:28 +0000 | |
commit | dd3af58b91f0b1a479368bcba329ee81c60e893a (patch) | |
tree | 886ccca4cb22d596cf94827072052b6f8ffbb570 /ChangeLog | |
parent | * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch. (diff) | |
download | glibc-dd3af58b91f0b1a479368bcba329ee81c60e893a.tar.gz glibc-dd3af58b91f0b1a479368bcba329ee81c60e893a.tar.bz2 glibc-dd3af58b91f0b1a479368bcba329ee81c60e893a.zip |
allow EACCES errors when opening /proc for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |