Files
semi-libc/src
Rich Felker 00f1521fdd provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
I'm not entirely happy with the amount of ugliness here, but since
F_DUPFD_CLOEXEC is used elsewhere in code that's expected to work on
old kernels (popen), it seems necessary. reportedly even some modern
kernels went back and broke F_DUPFD_CLOEXEC (making it behave like
plain F_DUPFD), so it might be necessary to add some additional fixup
code later to deal with that issue too.
2013-03-26 22:54:57 -04:00
..
2013-02-02 03:19:25 +01:00
2012-11-18 16:31:14 -05:00
2013-01-07 23:54:13 +01:00
2013-02-17 13:21:56 -05:00
2012-12-06 20:27:54 +01:00
2012-11-08 16:39:41 -05:00
2013-02-02 03:19:25 +01:00