diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-29 18:57:13 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-29 18:57:13 +0100 |
| commit | b6e7c449f9bb33943f10fdd8f3e539dceb136177 (patch) | |
| tree | 9a2a66118507974783b4d77586be30dcd5f868a5 /ChangeLog | |
| parent | 954cf3c29bd0b32bd11d5235b7e36148b187e77d (diff) | |
| download | glibc-b6e7c449f9bb33943f10fdd8f3e539dceb136177.tar.xz glibc-b6e7c449f9bb33943f10fdd8f3e539dceb136177.zip | |
hurd: return EIEIO instead of EIO
EIO would be understood as hardware failure, while this is software
failure.
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Return EIEIO instead of EIO
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): Set to 60000. * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): When the server does not - answer to interrupt_operation, return EIO instead of EINTR. + answer to interrupt_operation, return EIEIO instead of EINTR. * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make _hurd_intr_rpc_msg_about_to global point to start of controlled assembly snippet. Make it check canceled flag. |
