From fc0c57057e03eb2131722619a46728562adf0db3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Apr 2009 00:17:33 +0000 Subject: * sysdeps/sh/libc-tls.c: New file. * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type. --- sysdeps/sh/bits/setjmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') 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]; -- cgit v1.2.3