Justine Tunney
|
fa20edc44d
|
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
|
2023-11-28 14:39:42 -08:00 |
|
Justine Tunney
|
2b6261a52d
|
Make some system call fixes
- Fix minor ABI issue with SIOCGIFCONF
- Fix ABI translation issues with statfs() on BSDs
- Fix SQLite angled header line
|
2023-02-12 22:16:34 -08:00 |
|
Justine Tunney
|
5a632cf72d
|
Add lchown, lchmod, statvfs, fstatvfs
|
2022-08-22 20:50:16 -07:00 |
|
Justine Tunney
|
f7ee9d7d99
|
Polyfill statfs() and fstatfs() on BSD distros
|
2022-08-17 14:54:03 -07:00 |
|