From 755599dacf0896e06380d44bf5f7dd624678415a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 8 Nov 2017 20:31:50 -0700 Subject: POSIX.xs is PERL_EXT Specifying so automatically gets the reentrant versions of various libc functions in threaded perls, lowering race condition odds. --- ext/POSIX/POSIX.xs | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/POSIX') diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 047a84f61d..cf27c12dd0 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -1,4 +1,5 @@ #define PERL_EXT_POSIX +#define PERL_EXT #ifdef NETWARE #define _POSIX_ -- cgit v1.2.1