diff options
Diffstat (limited to 'io/stat.c')
-rw-r--r-- | io/stat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io/stat.c b/io/stat.c index c4d1f53257..b3631e32c7 100644 --- a/io/stat.c +++ b/io/stat.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 stat int __stat (const char *file, struct stat *buf) { |