From 55bdfe275c3e8ac79f363a1d794ae2389cbd3645 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 30 Apr 1999 14:36:46 +0000 Subject: 1999-04-30 Roland McGrath * sysdeps/i386/bzero.c: Add #undef __bzero. --- sysdeps/i386/bzero.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/i386/bzero.c') diff --git a/sysdeps/i386/bzero.c b/sysdeps/i386/bzero.c index 80574cc..75ae297 100644 --- a/sysdeps/i386/bzero.c +++ b/sysdeps/i386/bzero.c @@ -1,6 +1,6 @@ /* bzero -- set a block of memory to zero. For Intel 80x86, x>=3. This file is part of the GNU C Library. - Copyright (C) 1991, 1992, 1993, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1991,92,93,97,98,99 Free Software Foundation, Inc. Contributed by Torbjorn Granlund (tege@sics.se). The GNU C Library is free software; you can redistribute it and/or @@ -22,6 +22,7 @@ #include #undef bzero +#undef __bzero #ifdef __GNUC__ -- cgit v1.1