about summary refs log tree commit diff
path: root/sysdeps/generic/glob64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/glob64.c')
-rw-r--r--sysdeps/generic/glob64.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/generic/glob64.c b/sysdeps/generic/glob64.c
index d78b513e37..2bfab74074 100644
--- a/sysdeps/generic/glob64.c
+++ b/sysdeps/generic/glob64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998,99,2002 Free Software Foundation, Inc.
+/* Copyright (C) 1998,99,2002,2004 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
@@ -42,12 +42,13 @@ glob64 (const char *pattern, int flags,
   __set_errno (ENOSYS);
   return GLOB_NOSYS;
 }
+libc_hidden_def (glob64)
 
 void
 globfree64 (glob64_t *pglob)
 {
 }
-libc_hidden_def (globfree64);
+libc_hidden_def (globfree64)
 
 stub_warning (glob64)
 #include <stub-tag.h>