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 /nptl/sysdeps/pthread | |
parent | aab39a094e0f1b69d661999e3298972ef3060aa0 (diff) | |
download | glibc-6e236b92765cdafb46d19e4907471699accc8269.tar.gz |
move libgcc_s soname definition to shlib-versions
Diffstat (limited to 'nptl/sysdeps/pthread')
-rw-r--r-- | nptl/sysdeps/pthread/unwind-forcedunwind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/unwind-forcedunwind.c b/nptl/sysdeps/pthread/unwind-forcedunwind.c index adce6e721e..60dfbe6c92 100644 --- a/nptl/sysdeps/pthread/unwind-forcedunwind.c +++ b/nptl/sysdeps/pthread/unwind-forcedunwind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2005, 2006, 2009, 2011 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>. @@ -21,7 +21,7 @@ #include <unwind.h> #include <pthreadP.h> #include <sysdep.h> -#include <libgcc_s.h> +#include <gnu/lib-names.h> static void *libgcc_s_handle; static void (*libgcc_s_resume) (struct _Unwind_Exception *exc); |