glibc/nscd
Adhemerval Zanella 8ed005daf0 Remove stat wrapper functions, move them to exported symbols
This patch removes the stat, stat64, lstat, lstat64, fstat, fstat64,
fstatat, and fstatat64 static wrapper and add the symbol on the libc
with the expected names.

Both the prototypes of the internal symbol linked by the static
wrappers and the inline redirectors are also removed from the installed
sys/stat.h header file.  The wrapper implementation license LGPL
exception is also removed since it is no longer statically linked to
binaries.

Internally the _STAT_VER* definitions are moved to a arch-specific
xstatver.h file.  The internal defines that redirects internals
{f}stat{at} to their {f}xstat{at} counterparts are removed for Linux
(!NO_RTLD_HIDDEN).  Hurd still requires them since {f}stat{at} pulls
extra objects that makes the loader build fail otherwise (I haven't
dig into why exactly).

Checked with a build for all affected ABIs. I also checked on x86_64,
i686, powerpc, powerpc64le, sparcv9, sparc64, s390, and s390x.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
2020-10-09 17:02:06 -03:00
..
aicache.c nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h> 2020-02-13 09:14:40 +01:00
cache.c nscd: bump GC cycle during cache pruning (bug 26130) 2020-09-17 17:59:11 +02:00
cachedumper.c nscd/cachedumper.c : fix whitespace 2020-03-17 14:03:43 -04:00
connections.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
dbg_log.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
dbg_log.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Depend hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
gai.c Remove stat wrapper functions, move them to exported symbols 2020-10-09 17:02:06 -03:00
getgrgid_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getgrnam_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gethstbyad_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
gethstbynm3_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getpwnam_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getpwuid_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getsrvbynm_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
getsrvbypt_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
grpcache.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
hstcache.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
initgrcache.c Remove --enable-obsolete-nsl configure flag 2020-07-08 17:25:57 +02:00
Makefile nscd: add cache dumper 2020-03-13 16:43:19 -04:00
mem.c nscd: bump GC cycle during cache pruning (bug 26130) 2020-09-17 17:59:11 +02:00
netgroupcache.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd-client.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd.c nscd: add cache dumper 2020-03-13 16:43:19 -04:00
nscd.conf nscd: Improve nscd.conf comments. 2019-08-19 09:57:58 -04:00
nscd.h nscd: add cache dumper 2020-03-13 16:43:19 -04:00
nscd.init . 2007-07-31 13:33:18 +00:00
nscd.service nscd: also invalidate netgroup cache on reload 2014-03-19 14:45:10 +01:00
nscd.tmpfiles Add systemd unit file for nscd 2013-12-16 11:22:01 +10:00
nscd_conf.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_getai.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_getgr_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_gethst_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_getpw_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_getserv_r.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_helper.c Remove internal usage of extensible stat functions 2020-09-11 14:35:32 -03:00
nscd_initgroups.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_netgroup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_proto.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_setup_thread.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
nscd_stat.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pwdcache.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
res_hconf.c [BZ #4814] 2007-08-22 03:14:29 +00:00
selinux.c Disable warnings due to deprecated libselinux symbols used by nss and nscd 2020-07-23 12:20:38 +02:00
selinux.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
servicescache.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00