diff options
Diffstat (limited to 'sysdeps/generic/chown.c')
-rw-r--r-- | sysdeps/generic/chown.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/chown.c b/sysdeps/generic/chown.c index b43675df3b..0e368f2ac4 100644 --- a/sysdeps/generic/chown.c +++ b/sysdeps/generic/chown.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 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 @@ -37,6 +38,7 @@ __chown (file, owner, group) __set_errno (ENOSYS); return -1; } +libc_hidden_def (__chown) stub_warning (chown) weak_alias (__chown, chown) |