diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-04-22 23:31:52 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 23:31:52 -0400 |
commit | 4df46dbda7787fd9f718c4d98a8416fcfa2f2c56 (patch) | |
tree | 7cee7d6d6379074f1379ffb687d9b9bd2fcc51ec /ChangeLog | |
parent | 7a41d99a35ca4c13ad2db1bc3894e1a8ec70721b (diff) | |
download | glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.zip glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.tar.gz glibc-4df46dbda7787fd9f718c4d98a8416fcfa2f2c56.tar.bz2 |
Fix "make xcheck" in sunrpc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-04-20 H.J. Lu <hongjiu.lu@intel.com> + + * sunrpc/Makefile (need-export-routines): Add svc_run. + (routines): Remove svc_run. + ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so. + * sunrpc/clnt_perr.c (clnt_perrno): Export. + * sunrpc/svc_run.c (svc_run): Likewise. + * sunrpc/svc_udp.c (svcudp_create): Likewise. + 2011-04-21 Ulrich Drepper <drepper@gmail.com> * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix |