diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pwd/Versions b/pwd/Versions index 45a750eb41..091fa86443 100644 --- a/pwd/Versions +++ b/pwd/Versions @@ -12,4 +12,8 @@ libc { # p* putpwent; setpwent; } + GLIBC_2.1.2 { + # g* + getpwent_r; getpwuid_r; + } } |