diff options
Diffstat (limited to 'string/strndup.c')
-rw-r--r-- | string/strndup.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/string/strndup.c b/string/strndup.c index cd971e1..3f53442 100644 --- a/string/strndup.c +++ b/string/strndup.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -30,6 +30,9 @@ char *malloc (); #endif +#undef __strndup +#undef strndup + #ifndef weak_alias # define __strndup strndup #endif |