From a19eeb99758498e918043d50b57ba75b2d938e50 Mon Sep 17 00:00:00 2001 From: joseph Date: Fri, 4 May 2012 19:29:27 +0000 Subject: Merge changes between r18165 and r18362 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@18363 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/sysdeps/gnu/unwind-resume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/gnu') diff --git a/libc/sysdeps/gnu/unwind-resume.c b/libc/sysdeps/gnu/unwind-resume.c index 1d3e33f7d..6afaebdaa 100644 --- a/libc/sysdeps/gnu/unwind-resume.c +++ b/libc/sysdeps/gnu/unwind-resume.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek . @@ -19,7 +19,7 @@ #include #include #include -#include +#include static void (*libgcc_s_resume) (struct _Unwind_Exception *exc); static _Unwind_Reason_Code (*libgcc_s_personality) -- cgit v1.2.1