diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-06 18:53:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-06 18:53:38 +0000 |
commit | 2e56ce9ba79344f636e6e205f51270e46950b5ce (patch) | |
tree | 867af87026f285e16dfe1a9f8c562a004f272414 /ChangeLog | |
parent | 957b83abd01c0904dceb4f5c18c9d4fa99524c05 (diff) | |
download | glibc-2e56ce9ba79344f636e6e205f51270e46950b5ce.zip glibc-2e56ce9ba79344f636e6e205f51270e46950b5ce.tar.gz glibc-2e56ce9ba79344f636e6e205f51270e46950b5ce.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
test for filesystem type name of mount points.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ 2002-09-06 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct + test for filesystem type name of mount points. + * include/errno.h: Use errno definition with __thread for now only in libc and ld.so. |