From 591e1ffbf8db5e059b9bcf3bde6d7758f018a46d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Dec 1999 08:00:00 +0000 Subject: Update. 1999-11-30 Andreas Jaeger Add ldconfig: * elf/Makefile (extra-objs): Added ldconfig-modules. (ldconfig-modules): New. Added vpath for xstrdup and xmalloc. Check for use-ldconfig instead of has-ldconfig. ($(objpfx)ldconfig): New rule with dependencies. (distribute): Add new files. * sysdeps/unix/sysv/linux/sparc/readelflib.c: New file, developed together with Jakub Jelinek . * sysdeps/generic/readelflib.c: Likewise. * elf/cache.c: New file. * elf/ldconfig.c: New file. * elf/ldconfig.h: New file. * elf/readlib.c: New file. * Makefile (install): Remove flag -d in ldconfig call. * configure.in: Rename has_ldconfig to use_ldconfig, set it to no by default. * config.make.in (has-ldconfig): Renamed to use-ldconfig, changed comment. --- manual/time.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/time.texi b/manual/time.texi index ff393a2c61..9dbe2d1e19 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2237,7 +2237,7 @@ the requested time in the @var{requested_time} parameter is rounded up to the next integer multiple of the actual resolution of the system. If the function returns because the time has elapsed the return value is -zero. If the function return @math{-1} the global variable @var{errno} +zero. If the function returns @math{-1} the global variable @var{errno} is set to the following values: @table @code -- cgit v1.2.3