summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-18 13:39:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-18 13:39:20 +0000
commit34073cabb53a557532d5a01f749b64f7e241d789 (patch)
tree37c6c3b5fa64f3aa7b7db56ae663622055e4e5fb /hints
parentd0ee0454c18392950628d74b40505290964b1298 (diff)
downloadperl-34073cabb53a557532d5a01f749b64f7e241d789.tar.gz
More prototypes blindness in Solaris.
(TODO: readdir64_r really needs to be seen.) p4raw-id: //depot/perl@15286
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh7
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