diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2005-07-24 15:09:01 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-01 07:23:08 +0000 |
commit | 6e73205105f5b52e070fbca13411b9ab4e21ee43 (patch) | |
tree | 22b522c9c25467a406431a9c7f2a189693507d6b /perl.h | |
parent | ef7e80c4ffb0d80daa17dc6be88a4595251bdd51 (diff) | |
download | perl-6e73205105f5b52e070fbca13411b9ab4e21ee43.tar.gz |
Re: blead@25210 on OpenVMS (not good)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42E41F8D.3040306@qsl.net>
constify Perl_unlnk
p4raw-id: //depot/perl@25251
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3468,7 +3468,7 @@ char *getlogin (void); #ifdef UNLINK_ALL_VERSIONS /* Currently only makes sense for VMS */ #define UNLINK unlnk -I32 unlnk (char*); +I32 unlnk (const char*); #else #define UNLINK PerlLIO_unlink #endif |