mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
ARC: Linux Syscall Interface
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
6
sysdeps/unix/sysv/linux/arc/jmp_buf-macros.h
Normal file
6
sysdeps/unix/sysv/linux/arc/jmp_buf-macros.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#define JMP_BUF_SIZE (32 + 1 + 64 / (8 * sizeof (unsigned long int))) * sizeof (unsigned long int)
|
||||
#define SIGJMP_BUF_SIZE (32 + 1 + 64 / (8 * sizeof (unsigned long int))) * sizeof (unsigned long int)
|
||||
#define JMP_BUF_ALIGN __alignof__ (unsigned long int)
|
||||
#define SIGJMP_BUF_ALIGN __alignof__ (unsigned long int)
|
||||
#define MASK_WAS_SAVED_OFFSET (32 * sizeof (unsigned long int))
|
||||
#define SAVED_MASK_OFFSET (33 * sizeof (unsigned long int))
|
||||
Reference in New Issue
Block a user