mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Work on magic numbers for aarch64
This commit is contained in:
parent
59766efd3e
commit
5a455eaa0b
2070 changed files with 4567 additions and 4200 deletions
|
@ -5,6 +5,8 @@
|
|||
COSMOPOLITAN_C_START_
|
||||
// clang-format off
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
#define __UCONTEXT_SIZE 784
|
||||
#define _UC_SIGMASK 0x01
|
||||
#define _UC_STACK 0x02
|
||||
|
@ -78,6 +80,8 @@ struct ucontext_netbsd {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* __x86_64__ */
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_CALLS_STRUCT_UCONTEXT_NETBSD_INTERNAL_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue