mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Polyfill statfs() and fstatfs() on BSD distros
This commit is contained in:
parent
e3fe127ccd
commit
f7ee9d7d99
42 changed files with 968 additions and 287 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall fstatfs,0xfff04022c215a08a,globl
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall statfs,0xfff03f22b2159089,globl
|
2
libc/sysv/calls/sys_fstatfs.s
Normal file
2
libc/sysv/calls/sys_fstatfs.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_fstatfs,0x09f04022c215a08a,globl,hidden
|
2
libc/sysv/calls/sys_statfs.s
Normal file
2
libc/sysv/calls/sys_statfs.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_statfs,0x09d03f22b2159089,globl,hidden
|
Loading…
Add table
Add a link
Reference in a new issue