mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-19 17:10:30 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -4,13 +4,13 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long FALLOC_FL_KEEP_SIZE;
|
||||
extern const long FALLOC_FL_PUNCH_HOLE;
|
||||
extern const long FALLOC_FL_NO_HIDE_STALE;
|
||||
extern const long FALLOC_FL_COLLAPSE_RANGE;
|
||||
extern const long FALLOC_FL_ZERO_RANGE;
|
||||
extern const long FALLOC_FL_INSERT_RANGE;
|
||||
extern const long FALLOC_FL_UNSHARE_RANGE;
|
||||
extern const int FALLOC_FL_KEEP_SIZE;
|
||||
extern const int FALLOC_FL_PUNCH_HOLE;
|
||||
extern const int FALLOC_FL_NO_HIDE_STALE;
|
||||
extern const int FALLOC_FL_COLLAPSE_RANGE;
|
||||
extern const int FALLOC_FL_ZERO_RANGE;
|
||||
extern const int FALLOC_FL_INSERT_RANGE;
|
||||
extern const int FALLOC_FL_UNSHARE_RANGE;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue