Change magnum types to match other platforms (#525)

This commit is contained in:
Jules Bertholet 2022-08-05 23:50:08 +02:00 committed by GitHub
parent af3df0893b
commit 5f552338d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 1311 additions and 1305 deletions

View file

@ -42,42 +42,42 @@
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
extern const long FAN_ACCESS;
extern const long FAN_ACCESS_PERM;
extern const long FAN_ALLOW;
extern const long FAN_ALL_CLASS_BITS;
extern const long FAN_ALL_EVENTS;
extern const long FAN_ALL_INIT_FLAGS;
extern const long FAN_ALL_MARK_FLAGS;
extern const long FAN_ALL_OUTGOING_EVENTS;
extern const long FAN_ALL_PERM_EVENTS;
extern const long FAN_CLASS_CONTENT;
extern const long FAN_CLASS_NOTIF;
extern const long FAN_CLASS_PRE_CONTENT;
extern const long FAN_CLOEXEC;
extern const long FAN_CLOSE;
extern const long FAN_CLOSE_NOWRITE;
extern const long FAN_CLOSE_WRITE;
extern const long FAN_DENY;
extern const long FAN_EVENT_METADATA_LEN;
extern const long FAN_EVENT_ON_CHILD;
extern const long FAN_MARK_ADD;
extern const long FAN_MARK_DONT_FOLLOW;
extern const long FAN_MARK_FLUSH;
extern const long FAN_MARK_IGNORED_MASK;
extern const long FAN_MARK_IGNORED_SURV_MODIFY;
extern const long FAN_MARK_MOUNT;
extern const long FAN_MARK_ONLYDIR;
extern const long FAN_MARK_REMOVE;
extern const long FAN_MODIFY;
extern const long FAN_NOFD;
extern const long FAN_NONBLOCK;
extern const long FAN_ONDIR;
extern const long FAN_OPEN;
extern const long FAN_OPEN_PERM;
extern const long FAN_Q_OVERFLOW;
extern const long FAN_UNLIMITED_MARKS;
extern const long FAN_UNLIMITED_QUEUE;
extern const unsigned int FAN_ACCESS;
extern const unsigned int FAN_ACCESS_PERM;
extern const unsigned int FAN_ALLOW;
extern const unsigned int FAN_ALL_CLASS_BITS;
extern const unsigned int FAN_ALL_EVENTS;
extern const unsigned int FAN_ALL_INIT_FLAGS;
extern const unsigned int FAN_ALL_MARK_FLAGS;
extern const unsigned int FAN_ALL_OUTGOING_EVENTS;
extern const unsigned int FAN_ALL_PERM_EVENTS;
extern const unsigned int FAN_CLASS_CONTENT;
extern const unsigned int FAN_CLASS_NOTIF;
extern const unsigned int FAN_CLASS_PRE_CONTENT;
extern const unsigned int FAN_CLOEXEC;
extern const unsigned int FAN_CLOSE;
extern const unsigned int FAN_CLOSE_NOWRITE;
extern const unsigned int FAN_CLOSE_WRITE;
extern const unsigned int FAN_DENY;
extern const unsigned int FAN_EVENT_METADATA_LEN;
extern const unsigned int FAN_EVENT_ON_CHILD;
extern const unsigned int FAN_MARK_ADD;
extern const unsigned int FAN_MARK_DONT_FOLLOW;
extern const unsigned int FAN_MARK_FLUSH;
extern const unsigned int FAN_MARK_IGNORED_MASK;
extern const unsigned int FAN_MARK_IGNORED_SURV_MODIFY;
extern const unsigned int FAN_MARK_MOUNT;
extern const unsigned int FAN_MARK_ONLYDIR;
extern const unsigned int FAN_MARK_REMOVE;
extern const unsigned int FAN_MODIFY;
extern const unsigned int FAN_NOFD;
extern const unsigned int FAN_NONBLOCK;
extern const unsigned int FAN_ONDIR;
extern const unsigned int FAN_OPEN;
extern const unsigned int FAN_OPEN_PERM;
extern const unsigned int FAN_Q_OVERFLOW;
extern const unsigned int FAN_UNLIMITED_MARKS;
extern const unsigned int FAN_UNLIMITED_QUEUE;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */