diff options
Diffstat (limited to 'sysdeps/generic/setgroups.c')
-rw-r--r-- | sysdeps/generic/setgroups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/setgroups.c b/sysdeps/generic/setgroups.c index 2d1aff4..74bae72 100644 --- a/sysdeps/generic/setgroups.c +++ b/sysdeps/generic/setgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,95,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 @@ -29,7 +29,7 @@ setgroups (n, groups) __set_errno (ENOSYS); return -1; } - +libc_hidden_def (setgroups) stub_warning (setgroups) #include <stub-tag.h> |