diff options
Diffstat (limited to 'sysdeps/generic/getlogin_r.c')
-rw-r--r-- | sysdeps/generic/getlogin_r.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/getlogin_r.c b/sysdeps/generic/getlogin_r.c index 534a70a0e4..f2470ee032 100644 --- a/sysdeps/generic/getlogin_r.c +++ b/sysdeps/generic/getlogin_r.c @@ -1,5 +1,5 @@ /* Reentrant function to return the current login name. Stub version. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 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 @@ -31,6 +31,7 @@ getlogin_r (name, name_len) __set_errno (ENOSYS); return errno; } +libc_hidden_def (getlogin_r) stub_warning (getlogin_r) #include <stub-tag.h> |