mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-28 05:20:28 +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
|
@ -11,9 +11,9 @@ struct sf_hdtr {
|
|||
int trl_cnt;
|
||||
};
|
||||
|
||||
extern const long SF_MNOWAIT;
|
||||
extern const long SF_NODISKIO;
|
||||
extern const long SF_SYNC;
|
||||
extern const int SF_MNOWAIT;
|
||||
extern const int SF_NODISKIO;
|
||||
extern const int SF_SYNC;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue