diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-11 17:42:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-11 17:42:04 +0000 |
commit | d8bf0fe66c7379fc98b11c306b8ecb7eb2743154 (patch) | |
tree | 2294f09adaee42fb5263353788bf81563c38eb0d /sv.h | |
parent | bce8aa9a2577815514e84e75d14c0787b1fe66eb (diff) | |
download | perl-d8bf0fe66c7379fc98b11c306b8ecb7eb2743154.tar.gz |
integrate cfgperl change#6217 into mainline
p4raw-link: @6217 on //depot/cfgperl: cc9b67681954df413fe79f7c379e7b91a3121259
p4raw-id: //depot/perl@6347
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1066,10 +1066,3 @@ Release the internal mutex for an SV. #define SvGROW(sv,len) (SvLEN(sv) < (len) ? sv_grow(sv,len) : SvPVX(sv)) #define Sv_Grow sv_grow -#ifdef USE_THREADS -# define FDPID_LOCK MUTEX_LOCK(&PL_fdpid_mutex) -# define FDPID_UNLOCK MUTEX_UNLOCK(&PL_fdpid_mutex) -#else -# define FDPID_LOCK -# define FDPID_UNLOCK -#endif |