summaryrefslogtreecommitdiff
path: root/sysdeps/sh/bits/setjmp.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-04-15 16:37:06 +0000
committerJakub Jelinek <jakub@redhat.com>2009-04-15 16:37:06 +0000
commitdc3be966c0050d3847ab528387801b9c93a2f831 (patch)
tree425ea50195684e38e91a72767d645d5fd1ee2e3a /sysdeps/sh/bits/setjmp.h
parentded8b949ca91eae8bfcc9d3337913dda620416b3 (diff)
Updated to fedora-glibc-20090415T1619cvs/fedora-glibc-2_9_90-17
Diffstat (limited to 'sysdeps/sh/bits/setjmp.h')
-rw-r--r--sysdeps/sh/bits/setjmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sh/bits/setjmp.h b/sysdeps/sh/bits/setjmp.h
index 7e3fbd3394..6196abedd6 100644
--- a/sysdeps/sh/bits/setjmp.h
+++ b/sysdeps/sh/bits/setjmp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999,2000,2003,2005,2006 Free Software Foundation, Inc.
+/* Copyright (C) 1999,2000,2003,2005,2006,2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -25,7 +25,7 @@
#endif
#ifndef _ASM
-typedef struct
+typedef struct __jmp_buf_internal_tag
{
/* Callee-saved registers r8 through r15. */
int __regs[8];