Files
musl/src/network
Rich Felker dc01e2cbfb add fallback emulation for accept4 on old kernels
the other atomic FD_CLOEXEC interfaces (dup3, pipe2, socket) already
had such emulation in place. the justification for doing the emulation
here is the same as for the other functions: it allows applications to
simply use accept4 rather than having to have their own fallback code
for ENOSYS/EINVAL (which one you get is arch-specific!) and there is
no reasonable way an application could benefit from knowing the
operation is emulated/non-atomic since there is no workaround at the
application level for non-atomicity (that is the whole reason these
interfaces were added).
2014-02-21 22:25:26 -05:00
..
2011-02-12 00:22:29 -05:00
2011-04-17 11:43:03 -04:00
2013-11-24 09:39:30 -05:00
2013-11-23 16:23:09 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-12-20 11:56:16 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-17 11:43:03 -04:00
2011-02-12 00:22:29 -05:00
2011-04-06 15:47:26 -04:00
2011-04-17 11:43:03 -04:00