From e57931a8261389d27817543952232eab48469475 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 May 1999 08:46:13 +0000 Subject: Update. 1999-05-02 Andreas Schwab * sunrpc/Makefile: Generate dependencies for all flavors of librpcsvc objects. (rpcgen-cmd): Pass -Y flag here and remove it from the macro invocations. 1999-05-02 Andreas Schwab * elf/dlopenold.c: Move #if down after includes to get dependencies right. 1999-05-01 Andreas Schwab * sysdeps/generic/bzero.c: Undefine __bzero. --- sysdeps/generic/bzero.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/generic/bzero.c') diff --git a/sysdeps/generic/bzero.c b/sysdeps/generic/bzero.c index 002af2f0a3..229fcd365f 100644 --- a/sysdeps/generic/bzero.c +++ b/sysdeps/generic/bzero.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund (tege@sics.se). @@ -20,6 +20,8 @@ #include #include +#undef __bzero + /* Set N bytes of S to 0. */ void __bzero (s, len) -- cgit v1.2.3