summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/mmap.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 22:18:03 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 22:18:03 +0100
commitc187253fc222ed05de710d94b5bcaf02c3ef37c5 (patch)
tree149bbaf07278418e57f6da72e65f92d7381c6d93 /sysdeps/mach/hurd/mmap.c
parente9a5bc1c18b5acf3c8475e3f36431ac34bda9751 (diff)
hurdselect: remove dead code.
This removes code which actually never happens, and is already taken care of in the function. This is in the second part of select, when the __mach_msg() function over the portset has returned something else than MACH_MSG_SUCCESS. I guess in the past the value returned by __mach_msg() was stored in err, so this code was necessary to set back err to 0, but now it is stored in msgerr, so err is already still 0 by default. It can thus never contain MACH_RCV_TIMED_OUT, i.e. the code is dead. The first case mentioned in the comment is already handled: on time out with no message, err is already still the default 0. On time out due to poll, err would still be 0, unless some of the io_select RPCs has returned EINTR, in which case it contains EINTR. If any other io_select RPCs had returned a proper answer, got!=0, and thus err is set to 0 just below. The code is thus indeed not useful any more.
Diffstat (limited to 'sysdeps/mach/hurd/mmap.c')
0 files changed, 0 insertions, 0 deletions