diff options
Diffstat (limited to 'sysdeps/generic/bzero.c')
-rw-r--r-- | sysdeps/generic/bzero.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <string.h> #include <memcopy.h> +#undef __bzero + /* Set N bytes of S to 0. */ void __bzero (s, len) |