~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/dlfcn/bug-dl-leaf-lib-cb.c

  • Committer: joseph
  • Date: 2014-01-03 17:51:28 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:24942
Merge changes between r24468 and r24941 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Make sure dlopen/dlclose are not marked as leaf functions.
2
2
   See bug-dl-leaf-lib.c for details.
3
3
 
4
 
   Copyright (C) 2013 Free Software Foundation, Inc.
 
4
   Copyright (C) 2013-2014 Free Software Foundation, Inc.
5
5
   This file is part of the GNU C Library.
6
6
   Contributed by Mike Frysinger <vapier@gentoo.org>
7
7