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
|
@ -4,44 +4,44 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long AT_BASE;
|
||||
extern const long AT_BASE_PLATFORM;
|
||||
extern const long AT_CANARY;
|
||||
extern const long AT_CANARYLEN;
|
||||
extern const long AT_CLKTCK;
|
||||
extern const long AT_DCACHEBSIZE;
|
||||
extern const long AT_EGID;
|
||||
extern const long AT_EHDRFLAGS;
|
||||
extern const long AT_ENTRY;
|
||||
extern const long AT_EUID;
|
||||
extern const long AT_EXECFD;
|
||||
extern const long AT_EXECFN;
|
||||
extern const long AT_EXECPATH;
|
||||
extern const long AT_FLAGS;
|
||||
extern const long AT_GID;
|
||||
extern const long AT_HWCAP2;
|
||||
extern const long AT_HWCAP;
|
||||
extern const long AT_ICACHEBSIZE;
|
||||
extern const long AT_MINSIGSTKSZ;
|
||||
extern const long AT_NCPUS;
|
||||
extern const long AT_NOTELF;
|
||||
extern const long AT_NO_AUTOMOUNT;
|
||||
extern const long AT_OSRELDATE;
|
||||
extern const long AT_PAGESIZES;
|
||||
extern const long AT_PAGESIZESLEN;
|
||||
extern const long AT_PAGESZ;
|
||||
extern const long AT_PHDR;
|
||||
extern const long AT_PHENT;
|
||||
extern const long AT_PHNUM;
|
||||
extern const long AT_PLATFORM;
|
||||
extern const long AT_RANDOM;
|
||||
extern const long AT_SECURE;
|
||||
extern const long AT_STACKBASE;
|
||||
extern const long AT_STACKPROT;
|
||||
extern const long AT_SYSINFO_EHDR;
|
||||
extern const long AT_TIMEKEEP;
|
||||
extern const long AT_UCACHEBSIZE;
|
||||
extern const long AT_UID;
|
||||
extern const unsigned long AT_BASE;
|
||||
extern const unsigned long AT_BASE_PLATFORM;
|
||||
extern const unsigned long AT_CANARY;
|
||||
extern const unsigned long AT_CANARYLEN;
|
||||
extern const unsigned long AT_CLKTCK;
|
||||
extern const unsigned long AT_DCACHEBSIZE;
|
||||
extern const unsigned long AT_EGID;
|
||||
extern const unsigned long AT_EHDRFLAGS;
|
||||
extern const unsigned long AT_ENTRY;
|
||||
extern const unsigned long AT_EUID;
|
||||
extern const unsigned long AT_EXECFD;
|
||||
extern const unsigned long AT_EXECFN;
|
||||
extern const unsigned long AT_EXECPATH;
|
||||
extern const unsigned long AT_FLAGS;
|
||||
extern const unsigned long AT_GID;
|
||||
extern const unsigned long AT_HWCAP2;
|
||||
extern const unsigned long AT_HWCAP;
|
||||
extern const unsigned long AT_ICACHEBSIZE;
|
||||
extern const unsigned long AT_MINSIGSTKSZ;
|
||||
extern const unsigned long AT_NCPUS;
|
||||
extern const unsigned long AT_NOTELF;
|
||||
extern const unsigned long AT_NO_AUTOMOUNT;
|
||||
extern const unsigned long AT_OSRELDATE;
|
||||
extern const unsigned long AT_PAGESIZES;
|
||||
extern const unsigned long AT_PAGESIZESLEN;
|
||||
extern const unsigned long AT_PAGESZ;
|
||||
extern const unsigned long AT_PHDR;
|
||||
extern const unsigned long AT_PHENT;
|
||||
extern const unsigned long AT_PHNUM;
|
||||
extern const unsigned long AT_PLATFORM;
|
||||
extern const unsigned long AT_RANDOM;
|
||||
extern const unsigned long AT_SECURE;
|
||||
extern const unsigned long AT_STACKBASE;
|
||||
extern const unsigned long AT_STACKPROT;
|
||||
extern const unsigned long AT_SYSINFO_EHDR;
|
||||
extern const unsigned long AT_TIMEKEEP;
|
||||
extern const unsigned long AT_UCACHEBSIZE;
|
||||
extern const unsigned long AT_UID;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue