mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Make some system call fixes
- Fix minor ABI issue with SIOCGIFCONF - Fix ABI translation issues with statfs() on BSDs - Fix SQLite angled header line
This commit is contained in:
parent
0eb621f75e
commit
2b6261a52d
11 changed files with 88 additions and 37 deletions
|
@ -75,7 +75,7 @@
|
|||
"noasan"
|
||||
"nomsan"
|
||||
"noubsan"
|
||||
"smashmystack"
|
||||
"nostackprotector"
|
||||
"initarray"
|
||||
"mayalias"
|
||||
"noinstrument"
|
||||
|
|
|
@ -181,7 +181,9 @@
|
|||
"i32"
|
||||
"u32"
|
||||
"i64"
|
||||
"u64"))
|
||||
"u64"
|
||||
"off_t"
|
||||
"rlim_t"))
|
||||
|
||||
(x86intrin
|
||||
'("__v8hu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue