mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
9 changed files with 26 additions and 10 deletions
Loading…
Reference in new issue