summaryrefslogtreecommitdiff
path: root/libc/sysdeps/gnu
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-04 19:29:27 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-04 19:29:27 +0000
commita19eeb99758498e918043d50b57ba75b2d938e50 (patch)
tree0b179455707ed727766787b7ef0d276d5d7dd315 /libc/sysdeps/gnu
parentded28410835671021876e845572816d3083efe34 (diff)
downloadeglibc2-a19eeb99758498e918043d50b57ba75b2d938e50.tar.gz
Merge changes between r18165 and r18362 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@18363 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/gnu')
-rw-r--r--libc/sysdeps/gnu/unwind-resume.c4
1 files changed, 2 insertions, 2 deletions
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 <jakub@redhat.com>.
@@ -19,7 +19,7 @@
#include <dlfcn.h>
#include <stdio.h>
#include <unwind.h>
-#include <libgcc_s.h>
+#include <gnu/lib-names.h>
static void (*libgcc_s_resume) (struct _Unwind_Exception *exc);
static _Unwind_Reason_Code (*libgcc_s_personality)