aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <jaegerandi@gmail.com>2012-05-21 21:34:05 +0200
committerAndreas Jaeger <jaegerandi@gmail.com>2012-05-21 21:34:54 +0200
commit07c58f8f3501329340bf3c69a347f7c8fdcbe528 (patch)
treeee492594d7294a0d806d1a63a5f323cf9d6ae078 /ChangeLog
parent662742187c77452c38cddababa92285cb62dbc28 (diff)
downloadglibc-07c58f8f3501329340bf3c69a347f7c8fdcbe528.zip
glibc-07c58f8f3501329340bf3c69a347f7c8fdcbe528.tar.gz
glibc-07c58f8f3501329340bf3c69a347f7c8fdcbe528.tar.bz2
Fix sunrpc static library
* include/shlib-compat.h (libc_sunrpc_symbol): New macro. * sunrpc/svc_simple.c: Use it for registerrpc. * sunrpc/xcrypt.c: Use it for passwd2des.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a3be31..721c791 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-05-21 Andreas Jaeger <aj@suse.de>
+ * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
+ * sunrpc/svc_simple.c: Use it for registerrpc.
+ * sunrpc/xcrypt.c: Use it for passwd2des.
+
* malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
2012-05-21 H.J. Lu <hongjiu.lu@intel.com>