about summary refs log tree commit diff
path: root/sysdeps/posix/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/remove.c')
-rw-r--r--sysdeps/posix/remove.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/remove.c b/sysdeps/posix/remove.c
index 487b8c905d..7473ee14f4 100644
--- a/sysdeps/posix/remove.c
+++ b/sysdeps/posix/remove.c
@@ -1,5 +1,5 @@
 /* ANSI C `remove' function to delete a file or directory.  POSIX.1 version.
-   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1995,96,97,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
@@ -38,3 +38,4 @@ remove (file)
 
   return -1;
 }
+libc_hidden_def (remove)