mirror of https://git.musl-libc.org/git/musl
Browse Source
using the existence of SYS_stat64 as the condition for remapping other related syscalls is no longer valid, since new archs that omit the old syscalls will not have SYS_stat or SYS_stat64, but still potentially need SYS_fstat and others remapped. it would probably be possible to get by with just one or two extra conditionals, but just breaking them all down into separate conditions is robust and not significantly heavier for the preprocessor.master
1 changed files with 16 additions and 4 deletions
Loading…
Reference in new issue