diff options
Diffstat (limited to 'sysdeps/generic/glob64.c')
-rw-r--r-- | sysdeps/generic/glob64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/glob64.c b/sysdeps/generic/glob64.c index b654916885..d78b513e37 100644 --- a/sysdeps/generic/glob64.c +++ b/sysdeps/generic/glob64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998,99,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 @@ -47,6 +47,7 @@ void globfree64 (glob64_t *pglob) { } +libc_hidden_def (globfree64); stub_warning (glob64) #include <stub-tag.h> |