summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-02 18:45:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-02 18:45:58 +0000
commit7a3f225871b642595bb66695465453bbff5332c7 (patch)
tree8f004a09efa5da17001cf29652508d5f6f89edcc /embed.pl
parent0407a77bc74fb10c233a2d09d551311e3628eba5 (diff)
downloadperl-7a3f225871b642595bb66695465453bbff5332c7.tar.gz
usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
p4raw-id: //depot/perl@4746
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index db1ddf0972..2265901cbd 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1419,20 +1419,20 @@ p |char* |moreswitches |char* s
p |OP* |my |OP* o
p |NV |my_atof |const char *s
#if !defined(HAS_BCOPY) || !defined(HAS_SAFE_BCOPY)
-p |char* |my_bcopy |const char* from|char* to|I32 len
+np |char* |my_bcopy |const char* from|char* to|I32 len
#endif
#if !defined(HAS_BZERO) && !defined(HAS_MEMSET)
-p |char* |my_bzero |char* loc|I32 len
+np |char* |my_bzero |char* loc|I32 len
#endif
pr |void |my_exit |U32 status
pr |void |my_failure_exit
p |I32 |my_fflush_all
p |I32 |my_lstat
#if !defined(HAS_MEMCMP) || !defined(HAS_SANE_MEMCMP)
-p |I32 |my_memcmp |const char* s1|const char* s2|I32 len
+np |I32 |my_memcmp |const char* s1|const char* s2|I32 len
#endif
#if !defined(HAS_MEMSET)
-p |void* |my_memset |char* loc|I32 ch|I32 len
+np |void* |my_memset |char* loc|I32 ch|I32 len
#endif
#if !defined(PERL_OBJECT)
p |I32 |my_pclose |PerlIO* ptr