libc_r functions.
p4raw-id: //depot/perl@18406
#
case "$usethreads$useithreads" in
*define*)
- cat <<EOM >&4
+ case "$osvers" in
+ [12345].*) cat <<EOM >&4
+
+
*** Warning, there might be problems with your libraries with
*** regards to threading. The test ext/threads/t/libc.t is likely
EOM
;;
+ *) usereentrant='define';;
+ esac
+
esac