From 9bbd7837b698c0bba325de00cd396c1e970ab281 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 May 1999 17:25:32 +0000 Subject: Update. 1999-05-17 Andreas Jaeger * sysdeps/i386/i486/Versions: New file with inline functions from sysdeps/i386/i486/bits/string.h for now. * sysdeps/i386/Versions: Add inline functions from sysdeps/i386/bits/string.h. * string/Versions: Add inline functions from . * string/Makefile (routines): Add string-inlines. * string/string-inlines.c: New file, used for implementation of extern inline functions. * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate non inlined versions of functions. * string/bits/string2.h: Likewise. * sysdeps/i386/bits/string.h: Likewise. 1999-05-17 Ulrich Drepper * inet/arpa/tftp.h: Add second packed attribute. --- string/Versions | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'string/Versions') diff --git a/string/Versions b/string/Versions index 48562e9e4c..d324e2e2ab 100644 --- a/string/Versions +++ b/string/Versions @@ -57,6 +57,12 @@ libc { strcasestr; strverscmp; } GLIBC_2.1.1 { + # extern inline functions used by + __mempcpy_small; __stpcpy_small; __strcspn_c1; __strcspn_c2; __strcspn_c3; + __strcpy_small; __strspn_c1; __strspn_c2; __strspn_c3; __strpbrk_c2; + __strpbrk_c3; __strsep_1c; __strsep_2c; __strsep_3c; __strsep_g; + __strtok_r_1c; + # s* strchrnul; __strverscmp; } -- cgit 1.4.1