diff options
author | Steven Schubiger <schubiger@cpan.org> | 2008-01-25 02:10:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-28 10:02:24 +0000 |
commit | c9289b7b6da6fbd0919642909a950203eda422ad (patch) | |
tree | d21811ec3a64eec69de88991b4c7df241fd049a9 /embed.fnc | |
parent | b900987b60cce8e0dffc3b8fd3835992d58ce664 (diff) | |
download | perl-c9289b7b6da6fbd0919642909a950203eda422ad.tar.gz |
util.c: some consting
Message-ID: <20080125001052.GA29980@refcnt.homeunix.org>
p4raw-id: //depot/perl@33083
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,7 +525,7 @@ Anp |void* |my_memset |NN char* loc|I32 ch|I32 len #endif Ap |I32 |my_pclose |NULLOK PerlIO* ptr Ap |PerlIO*|my_popen |NN const char* cmd|NN const char* mode -Ap |PerlIO*|my_popen_list |NN char* mode|int n|NN SV ** args +Ap |PerlIO*|my_popen_list |NN const char* mode|int n|NN SV ** args Ap |void |my_setenv |NULLOK const char* nam|NULLOK const char* val Ap |I32 |my_stat Ap |char * |my_strftime |NN const char *fmt|int sec|int min|int hour|int mday|int mon|int year|int wday|int yday|int isdst |