Files
semi-libc/src/misc
Rich Felker 594c827a22 support kernels with no SYS_open syscall, only SYS_openat
open is handled specially because it is used from so many places, in
so many variants (2 or 3 arguments, setting errno or not, and
cancellable or not). trying to do it as a function would not only
increase bloat, but would also risk subtle breakage.

this is the first step towards supporting "new" archs where linux
lacks "old" syscalls.
2014-05-24 22:54:05 -04:00
..
2012-08-23 14:38:34 -04:00
2011-07-22 00:25:56 -04:00
2014-04-07 02:46:15 -04:00
2012-09-30 20:00:38 -04:00
2013-04-05 23:20:28 -07:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2014-02-01 14:33:33 -05:00
2014-03-17 00:25:23 -04:00