From: Ulrich Drepper Date: Thu, 12 Mar 1998 22:04:57 +0000 (+0000) Subject: Update X-Git-Tag: upstream/2.30~28708 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=441e41325ef99b5b469ae1291c309769464c5de9;p=external%2Fglibc.git Update 1998-03-10 Ulrich Drepper * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_* constants. * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove definition here. * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add definition here. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing AF_* and PF_* constants. * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH. --- diff --git a/ChangeLog b/ChangeLog index 6f65573..ef69176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,6 +65,23 @@ * socket/sys/socket.h: Add prototype for __socket. +1998-03-10 Ulrich Drepper + + * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep. + + * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_* + constants. + + * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove + definition here. + * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add + definition here. + + * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing + AF_* and PF_* constants. + + * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH. + 1998-03-11 15:27 Ulrich Drepper * elf/rtld.c: Update help message.