mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
hurd: Add jmp_buf-macros.h
* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
This commit is contained in:
parent
3a32b7168d
commit
fad7d57ef9
@ -1,3 +1,7 @@
|
||||
2018-01-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
|
||||
|
||||
2018-01-05 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/dl-machine.c (_dl_reloc_overflow):
|
||||
|
6
sysdeps/mach/hurd/i386/jmp_buf-macros.h
Normal file
6
sysdeps/mach/hurd/i386/jmp_buf-macros.h
Normal file
@ -0,0 +1,6 @@
|
||||
#define JMP_BUF_SIZE 32
|
||||
#define SIGJMP_BUF_SIZE 32
|
||||
#define JMP_BUF_ALIGN 4
|
||||
#define SIGJMP_BUF_ALIGN 4
|
||||
#define MASK_WAS_SAVED_OFFSET 24
|
||||
#define SAVED_MASK_OFFSET 28
|
Loading…
Reference in New Issue
Block a user