diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 15:19:24 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:26 -0700 |
commit | 1792c087e53274678b4c638a54ca6b85182e51ca (patch) | |
tree | 6f222a003bae92879557f061c748471c39bdac4d /include | |
parent | 8069478040336a7de3461be275432493cc7e4c91 (diff) | |
download | glibc-1792c087e53274678b4c638a54ca6b85182e51ca.tar glibc-1792c087e53274678b4c638a54ca6b85182e51ca.tar.gz glibc-1792c087e53274678b4c638a54ca6b85182e51ca.tar.bz2 glibc-1792c087e53274678b4c638a54ca6b85182e51ca.zip |
Hurd: hidden_nolink macro for NO_HIDDEN case.
Diffstat (limited to 'include')
-rw-r--r-- | include/libc-symbols.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 0c3274e253..12b3639647 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -1,7 +1,6 @@ /* Support macros for making weak and strong aliases for symbols, and for using symbol sets and linker warnings with GNU ld. - Copyright (C) 1995-1998,2000-2006,2008,2009,2011,2012 - Free Software Foundation, Inc. + Copyright (C) 1995-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -550,6 +549,7 @@ for linking") # define hidden_data_weak(name) # define hidden_data_def(name) # define hidden_data_ver(local, name) +# define hidden_nolink(name, lib, version) #endif #if !defined NOT_IN_libc |