diff options
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index a9055c7398..37142d04b6 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -394,7 +394,8 @@ EOM # These prototypes should be visible since we using # -D_REENTRANT, but that does not seem to work. - # It does seem to work for getnetbyaddr_r, weirdly enough. + # It does seem to work for getnetbyaddr_r, weirdly enough, + # and other _r functions. (Solaris 8) d_ctermid_r_proto="$define" d_gethostbyaddr_r_proto="$define" @@ -405,6 +406,10 @@ EOM d_getservbyname_r_proto="$define" d_getservbyport_r_proto="$define" + # Ditto. (Solaris 7) + d_readdir_r_proto="$define" + d_readdir64_r_proto="$define" + ;; esac EOCBU |