From: Ulrich Drepper Date: Fri, 22 Mar 2002 09:31:23 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4162bd959885000cf654c9965b1742579863f025;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index cd7ffe64bb9..c800da94881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-21 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove + getpriority from syscalls list. + 2001-11-22 Thorsten Kukuk * nscd/grpcache.c: Use strtoul instead of atol. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 3fb36c76c6d..4d780240aec 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-03-22 Ulrich Drepper + + * internals.h (MEMORY_BARRIER): Define as asm with memory as clobber. + 2002-02-17 Andreas Schwab * signals.c (sigwait): Check for old sighandler being SIG_ERR,