diff options
Diffstat (limited to 'io/lstat.c')
-rw-r--r-- | io/lstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/lstat.c b/io/lstat.c index 9510eac237..7ad7b90d4c 100644 --- a/io/lstat.c +++ b/io/lstat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997 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 @@ -36,6 +36,7 @@ functions in the shared library can adapt without needing to recompile all callers. */ +#undef lstat int __lstat (const char *file, struct stat *buf) { |