mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
HPUX setjmp buffer definition.
This commit is contained in:
parent
7dab346125
commit
08316d230b
16
sysdeps/unix/sysv/hpux/bits/setjmp.h
Normal file
16
sysdeps/unix/sysv/hpux/bits/setjmp.h
Normal file
@ -0,0 +1,16 @@
|
||||
/* Define the machine-dependent type `jmp_buf'. Stub version. */
|
||||
|
||||
#ifndef _SETJMP_H
|
||||
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
|
||||
#endif
|
||||
|
||||
/* XXX This should go into different files!!! */
|
||||
|
||||
#ifdef __hp9000s300
|
||||
typedef int __jmp_buf[100];
|
||||
#endif /* __hp9000s300 */
|
||||
|
||||
#ifdef __hp9000s800
|
||||
typedef double __jmp_buf[25];
|
||||
#endif /* __hp9000s800 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user