mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 16:58:30 +00:00
Polyfill statfs() and fstatfs() on Windows
This commit is contained in:
parent
f7ee9d7d99
commit
c2211c9e63
16 changed files with 370 additions and 50 deletions
|
@ -580,7 +580,7 @@ imp 'GetVDMCurrentDirectories' GetVDMCurrentDirectories kernel32 798
|
|||
imp 'GetVersion' GetVersion kernel32 0
|
||||
imp 'GetVersionEx' GetVersionExW kernel32 0 1
|
||||
imp 'GetVolumeInformation' GetVolumeInformationW kernel32 0
|
||||
imp 'GetVolumeInformationByHandle' GetVolumeInformationByHandleW kernel32 0
|
||||
imp 'GetVolumeInformationByHandle' GetVolumeInformationByHandleW kernel32 0 8
|
||||
imp 'GetVolumeNameForVolumeMountPoint' GetVolumeNameForVolumeMountPointW kernel32 0
|
||||
imp 'GetVolumePathName' GetVolumePathNameW kernel32 0 3
|
||||
imp 'GetVolumePathNamesForVolumeName' GetVolumePathNamesForVolumeNameW kernel32 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue