summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@cpan.org>2008-01-25 02:10:52 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-28 10:02:24 +0000
commitc9289b7b6da6fbd0919642909a950203eda422ad (patch)
treed21811ec3a64eec69de88991b4c7df241fd049a9 /embed.fnc
parentb900987b60cce8e0dffc3b8fd3835992d58ce664 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index ef4ae062cc..5dbf474aa3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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