]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
HPUX setjmp buffer definition.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 20:27:19 +0000 (20:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 20:27:19 +0000 (20:27 +0000)
sysdeps/unix/sysv/hpux/bits/setjmp.h [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/hpux/bits/setjmp.h b/sysdeps/unix/sysv/hpux/bits/setjmp.h
new file mode 100644 (file)
index 0000000..216d7bd
--- /dev/null
@@ -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 */
+