diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-29 19:35:56 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-29 19:35:56 +0100 |
commit | 94ce799f82a1d3b7453b1942016f91334c838b85 (patch) | |
tree | 71d72c0ee1517df4455f3cc9ec83631a3411f621 /ChangeLog | |
parent | 8bece75210704b1c667087f9c2b71af64a68cb53 (diff) | |
download | glibc-94ce799f82a1d3b7453b1942016f91334c838b85.tar.gz glibc-94ce799f82a1d3b7453b1942016f91334c838b85.tar.xz glibc-94ce799f82a1d3b7453b1942016f91334c838b85.zip |
Hurd: fix fdatasync/fsync if the fd does not support file_sync
Handle the case of the fd port implementing a stub (EOPNOTSUPP), properly returning EINVAL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0cfa229b5e..d2c7cc7509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-10-29 Pino Toscano <toscano.pino@tiscali.it> + * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is + EOPNOTSUPP. + * sysdeps/mach/hurd/fsync.c: Likewise. + * sysdeps/pthread/aio_notify.c (__aio_notify_only) [_POSIX_REALTIME_SIGNALS]: Change condition to [_POSIX_REALTIME_SIGNALS > 0]. |