diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-23 09:06:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-23 09:06:27 +0000 |
commit | bc183edc4e9fb3bd3bf68a99592e5b9e6a850d79 (patch) | |
tree | 695fb80ff9afc227cf55f633559184b92d9827d8 /ChangeLog | |
parent | 92c2e46b9663794c4585bf65f5e53d61638227aa (diff) | |
download | glibc-bc183edc4e9fb3bd3bf68a99592e5b9e6a850d79.tar.gz glibc-bc183edc4e9fb3bd3bf68a99592e5b9e6a850d79.tar.xz glibc-bc183edc4e9fb3bd3bf68a99592e5b9e6a850d79.zip |
Update.
2001-04-23 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/pathconf.c (__pathconf): For _PC_ASYNC_IO test whether named file is a regular file or a block device. * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 590903b30b..2bd3112792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/pathconf.c (__pathconf): For _PC_ASYNC_IO test + whether named file is a regular file or a block device. + * sysdeps/posix/fpathconf.c (__fpathconf): Likewise. + 2001-04-23 Andreas Jaeger <aj@suse.de> * nscd/nscd.h: Add noreturn attribute for start_threads. |