diff options
Diffstat (limited to 'Porting/findrfuncs')
-rw-r--r-- | Porting/findrfuncs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/findrfuncs b/Porting/findrfuncs index 029bdd0980..4254a7afb1 100644 --- a/Porting/findrfuncs +++ b/Porting/findrfuncs @@ -66,6 +66,8 @@ my $netdb_r_obsolete; if ($^O eq 'hpux') { delete $rfuncs{crypt_r}; delete $rfuncs{drand48_r}; + delete $rfuncs{endgrent_r}; + delete $rfuncs{endpwent_r}; delete $rfuncs{getgrent_r}; delete $rfuncs{getpwent_r}; delete $rfuncs{setlocale_r}; |