From e4a5f77de683578d85fe7621ebdaee76dd3df89c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Jan 2001 02:00:21 +0000 Subject: Update. 2001-01-05 H.J. Lu * elf/dl-support.c (non_dynamic_init): Move the auxiliary vector checking to ... (_dl_aux_init): Here. New function. Defined only if HAVE_AUX_VECTOR is defined. * sysdeps/generic/libc-start.c (__libc_start_main): Call _dl_aux_init for static binaries if HAVE_AUX_VECTOR is defined. * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Call _dl_aux_init. * sysdeps/unix/sysv/linux/ldsodefs.h (DL_FIND_AUXV): Removed. (HAVE_AUX_VECTOR): Defined. (_dl_aux_init): Declared. --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/string.texi') diff --git a/manual/string.texi b/manual/string.texi index aa87eec..e3c15d1 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1464,7 +1464,7 @@ spirit to the GNU version, but may modify the @var{path} by removing trailing '/' characters. If the @var{path} is made up entirely of '/' characters, then "/" will be returned. Also, if @var{path} is @code{NULL} or an empty string, then "." is returned. The prototype for -the XPG version can be found in @file{string.h}. +the XPG version can be found in @file{libgen.h}. Example of using XPG @code{basename}: -- cgit v1.1