From: Ulrich Drepper Date: Wed, 23 Feb 2000 05:44:48 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a478aac83af3aa4c3a8e8f06c248c7f10ccc8a5;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 6159d3c168b..a479ad28993 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ 2000-02-22 Ulrich Drepper + * libio/stdio.h: Define macros stdin, stdout, and stderr. + + * dirent/dirent.h [__USE_XOPEN]: Define ino_t and ino64_t. + * posix/sys/types.h: Allow ino64_t be defined elsewhere. + + * dlfcn/dlfcn.h (RTLD_DEFAULT): Don't use NULL. + + * stdlib/fmtmsg.h (MM_NULL*): Don't use NULL. + + * posix/glob.h [_XOPEN_SOURCE]: Define size_t. + + * iconv/iconv.h (iconv): Fix prototype. + + * misc/libgen.h (basename): Define without parameter so that use as + function pointer also works. + + * misc/search.h (struct entry): Fix type of element data. + + * posix/unistd.h (getpagesize): Declare as const function. + + * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define SA_NOCLDWAIT. + * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise. + + * signal/signal.h [__USE_XOPEN]: Define uid_t. + (sigstack): Correct type of first parameter. + * sysdeps/generic/sigstack.h (sigstack): Likewise. + * po/de.po: Update from translation team. 1999-12-31 Martin Buchholz