From 4a44ce79c6dee9a77207466142a36caa9fa54141 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Feb 2007 16:14:15 +0000 Subject: * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before returning. (PTR_DEMANGLE): Real definition now that it's not the same as PRT_MANGLE anymore. * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. * string/strerror_l.c: New file. * string/Makefile (routines): Add strerror_l. * string/string.h: Declare strerror_l. * string/Versions: Export strerror_l for GLIBC_2.6. * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here. --- string/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'string/Versions') diff --git a/string/Versions b/string/Versions index ee5dee903f..f145fd34a4 100644 --- a/string/Versions +++ b/string/Versions @@ -77,4 +77,7 @@ libc { # x* __xpg_strerror_r; } + GLIBC_2.6 { + strerror_l; + } } -- cgit v1.2.3