summaryrefslogtreecommitdiff
path: root/sysdeps/s390/bits/setjmp.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-02 21:28:11 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-02 21:28:11 +0000
commit1df14a6af0eed9687fb62130fac201f2f067a936 (patch)
treeb11b3dd9c9d2169fcf94bbf56023c3a21b2a3a2d /sysdeps/s390/bits/setjmp.h
parentc77bdda8a080add749cbb248688d0889b4f9eed4 (diff)
Updated to fedora-glibc-20060102T2114cvs/fedora-glibc-2_3_90-25
Diffstat (limited to 'sysdeps/s390/bits/setjmp.h')
-rw-r--r--sysdeps/s390/bits/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/bits/setjmp.h b/sysdeps/s390/bits/setjmp.h
index 01533ca367..37f600d0ad 100644
--- a/sysdeps/s390/bits/setjmp.h
+++ b/sysdeps/s390/bits/setjmp.h
@@ -40,7 +40,7 @@
#ifndef _ASM
-typedef struct {
+typedef struct __s390_jmp_buf {
/* We save registers 6-15. */
long int __gregs[10];