diff options
Diffstat (limited to 'sysdeps/generic/xstat64.c')
-rw-r--r-- | sysdeps/generic/xstat64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/xstat64.c b/sysdeps/generic/xstat64.c index a6f726141d..2fb94cf331 100644 --- a/sysdeps/generic/xstat64.c +++ b/sysdeps/generic/xstat64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 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 @@ -33,5 +33,6 @@ __xstat64 (int vers, const char *file, struct stat64 *buf) __set_errno (ENOSYS); return -1; } +hidden_def (__xstat64) stub_warning (stat64) #include <stub-tag.h> |