diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-04-26 09:18:48 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-04-26 09:19:54 +0530 |
commit | 6e236b92765cdafb46d19e4907471699accc8269 (patch) | |
tree | 84832025094c60c94f4ad329324b549fa77da6ce /sysdeps/gnu | |
parent | aab39a094e0f1b69d661999e3298972ef3060aa0 (diff) | |
download | glibc-6e236b92765cdafb46d19e4907471699accc8269.zip glibc-6e236b92765cdafb46d19e4907471699accc8269.tar.gz glibc-6e236b92765cdafb46d19e4907471699accc8269.tar.bz2 |
move libgcc_s soname definition to shlib-versions
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r-- | sysdeps/gnu/unwind-resume.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/gnu/unwind-resume.c b/sysdeps/gnu/unwind-resume.c index 1d3e33f..6afaebd 100644 --- a/sysdeps/gnu/unwind-resume.c +++ b/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) |