diff options
author | Steve Hay <SteveHay@planit.com> | 2007-05-02 11:22:19 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-05-02 11:22:19 +0000 |
commit | 08ea85ebb7e662ede09f8aeca53b33a16b8e6a1e (patch) | |
tree | 24c260cb2dc6b1afe371ea65a136072757eaea7c /embed.fnc | |
parent | 47f9f84cc98b8a5779f47ca8a12283098d2816e4 (diff) | |
download | perl-08ea85ebb7e662ede09f8aeca53b33a16b8e6a1e.tar.gz |
Fix threaded builds (broken by change #31112)
p4raw-link: @31112 on //depot/perl: 3497a01ff49c0a24f2db9e69c6bb89e36e940ed4
p4raw-id: //depot/perl@31115
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1585,7 +1585,7 @@ Apd |char* |sv_pvn_force_flags|NN SV* sv|NULLOK STRLEN* lp|I32 flags Apd |void |sv_copypv |NN SV* dsv|NN SV* ssv Ap |char* |my_atof2 |NN const char *s|NN NV* value Apn |int |my_socketpair |int family|int type|int protocol|int fd[2] -Apn |int |my_dirfd |NULLOK DIR* dir +Ap |int |my_dirfd |NULLOK DIR* dir #ifdef PERL_OLD_COPY_ON_WRITE pMXE |SV* |sv_setsv_cow |NN SV* dsv|NN SV* ssv #endif |