diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/set-freeres.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/set-freeres.c b/malloc/set-freeres.c index d836d0c1bf..dfbd7b5908 100644 --- a/malloc/set-freeres.c +++ b/malloc/set-freeres.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2000, 2001, 2002 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 @@ -43,3 +43,4 @@ __libc_freeres (void) RUN_HOOK (__libc_subfreeres, ()); } } +libc_hidden_def (__libc_freeres) |