of the usual suspects (like getpwent) but not for others
(like localtime and rand). The _r versions are available
for all of them, so let's use them.
p4raw-id: //depot/perl@11699
# define USE_REENTRANT_API
#endif
-/* Tru64/Digital UNIX/DEC OSF/1 and Win32 have naturally
- * threadsafe libraries, no need to use any _r variants. */
+/* Win32 has naturally threadsafe libraries,
+ * no need to use any _r variants. */
#ifdef USE_REENTRANT_API
-# if (defined(__osf__) && defined(__alpha)) || defined(WIN32)
+# ifdef WIN32
# undef USE_REEENTRANT_API
# endif
#endif