diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/getpw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pwd/getpw.c b/pwd/getpw.c index 8bfb02e..e291769 100644 --- a/pwd/getpw.c +++ b/pwd/getpw.c @@ -58,3 +58,5 @@ __getpw (uid, buf) return 0; } weak_alias (__getpw, getpw) + +link_warning (getpw, "the `getpw' function is dangerous and should not be used.") |