From 68b506045507245594280b53e1ccdd425bc0a6a5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Mar 1998 15:21:09 +0000 Subject: Update. 1998-03-25 Ulrich Drepper * glibcbug.in: Create files safely when mktemp is not available. * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again. Patch by a sun . 1998-03-25 Thorsten Kukuk * libc.map: Rename getname to getnetname. 1998-03-25 13:35 Ulrich Drepper * manual/maint.texi: Use supported platform in examples. * manual/install.texi: Document some installation tips. 1998-03-25 10:56 Ulrich Drepper * posix/wordexp.c: Fix some memory leaks and makes $* more efficient. Fix a bug so that it returns an error if a numeric parameter is unset and WRDE_UNDEF is set. Patch by Andreas Schwab and Tim Waugh. * posix/wordexp-test.c: Add new new test. 1998-03-25 Ulrich Drepper * posix/regex.c (regex_compile): Last patch wasn't entirely correct. Patch by Alain Magloire . 1998-03-24 Andreas Schwab * manual/filesys.texi (Scanning Directory Content): Fix typo. 1998-03-25 09:24 Bernd Schmidt * sysdeps/i386/bits/string.h: Fix all assembler statements so that clobbered registers don't appear as operands. --- sysdeps/unix/sysv/linux/adjtime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/adjtime.c') diff --git a/sysdeps/unix/sysv/linux/adjtime.c b/sysdeps/unix/sysv/linux/adjtime.c index 7e8d90b71e..c294ecd6b0 100644 --- a/sysdeps/unix/sysv/linux/adjtime.c +++ b/sysdeps/unix/sysv/linux/adjtime.c @@ -41,6 +41,7 @@ #endif #ifndef ADJTIMEX +#define NO_LOCAL_ADJTIME #define ADJTIMEX(x) __adjtimex (x) #endif @@ -91,6 +92,6 @@ ADJTIME (itv, otv) return 0; } -#ifndef ADJTIME +#ifdef NO_LOCAL_ADJTIME weak_alias (__adjtime, adjtime) #endif -- cgit 1.4.1