From: Ulrich Drepper Date: Sun, 8 Mar 1998 21:45:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/before-sparc-2_0_x-branch~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b816b26544c477330f1c58dddfc1d64693060d5f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index b4054d8d9f3..b37b306efb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ -1998-02-27 Ulrich Drepper +1998-03-05 Andreas Schwab + + * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add + getres[ug]id. + * sysdeps/unix/sysv/linux/getresgid.c, + sysdeps/unix/sysv/linux/getresuid.c: New files. + * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id. + * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add + s_getres[gu]id. Don't mark lchown as extra syscall. + + * sysdeps/unix/sysv/linux/sparc/socket.S: Allow __socket to be + redefined. + +1998-03-05 Ulrich Drepper - * misc/syslog.c: Change to allow user the interpretation of the - outcome even with syslog having no return value. + * misc/syslog.c (openlog_internal): Follow 2.1 changes to prevent + errno being set. 1998-03-07 Andreas Jaeger