summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-29 14:07:45 -0600
committerKarl Williamson <khw@cpan.org>2020-12-06 09:05:49 -0700
commit8528a39b09a32d3edc0074e50a82c3ffafef7016 (patch)
treeef93ed7b2b6e31c107b85351567335802377aa49 /embed.fnc
parent574e093e57e1827b81a7bf2268758cd1af293649 (diff)
downloadperl-8528a39b09a32d3edc0074e50a82c3ffafef7016.tar.gz
Remove my_l?stat from public API
They are not documented, and if you try to use them, you get a compile error.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 1371a3475e..c66a2801b8 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1401,7 +1401,7 @@ Ap |I32 |my_fflush_all
ATp |Pid_t |my_fork
ATp |void |atfork_lock
ATp |void |atfork_unlock
-ApMb |I32 |my_lstat
+m |I32 |my_lstat
pX |I32 |my_lstat_flags |NULLOK const U32 flags
#if ! defined(HAS_MEMRCHR) && (defined(PERL_CORE) || defined(PERL_EXT))
EeiT |void * |my_memrchr |NN const char * s|const char c|const STRLEN len
@@ -1412,7 +1412,7 @@ Ap |PerlIO*|my_popen |NN const char* cmd|NN const char* mode
#endif
Ap |PerlIO*|my_popen_list |NN const char* mode|int n|NN SV ** args
Apd |void |my_setenv |NULLOK const char* nam|NULLOK const char* val
-ApMb |I32 |my_stat
+m |I32 |my_stat
pX |I32 |my_stat_flags |NULLOK const U32 flags
Adfp |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
: Used in pp_ctl.c