summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2008-02-22 00:20:45 +0000
committerCraig A. Berry <craigberry@mac.com>2008-02-22 00:20:45 +0000
commit9ec7171b93c2f7e007fcbb49144b664695f0d21b (patch)
tree4955fa71b2b55179bafb01711d939eaf575fb181 /vms/vmsish.h
parent50edf520be9fa4c0e7982006bec3a6939b2f61a7 (diff)
downloadperl-9ec7171b93c2f7e007fcbb49144b664695f0d21b.tar.gz
Following 33291, on VMS we need to use the same prototypes other platforms
use in order to get the do_spawn-related assert macros defined. Based on suggestions by John Malmberg. p4raw-id: //depot/perl@33343
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r--vms/vmsish.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 90311a06d0..281d503afb 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -962,8 +962,6 @@ int Perl_flex_lstat (pTHX_ const char *, Stat_t *);
int Perl_flex_stat (pTHX_ const char *, Stat_t *);
int my_vfork (void);
bool Perl_vms_do_exec (pTHX_ const char *);
-unsigned long int Perl_do_aspawn (pTHX_ void *, void **, void **);
-unsigned long int Perl_do_spawn (pTHX_ const char *);
FILE * my_fdopen (int, const char *);
int my_fclose (FILE *);
int my_fwrite (const void *, size_t, size_t, FILE *);