diff options
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h index 341c6cee16..374f02a7e3 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -3,7 +3,8 @@ /* Now define the internal interfaces. */ extern int __getpwent_r (struct passwd *__resultbuf, char *__buffer, - size_t __buflen, struct passwd **__result); + size_t __buflen, struct passwd **__result) + attribute_hidden; extern int __old_getpwent_r (struct passwd *__resultbuf, char *__buffer, size_t __buflen, struct passwd **__result); extern int __getpwuid_r (__uid_t __uid, struct passwd *__resultbuf, |