summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 05:56:01 -0600
committerKarl Williamson <khw@cpan.org>2020-11-18 05:36:18 -0700
commit87e5fe87c2c19e28989530999e8efe60b85cdb12 (patch)
treebab9abaed27754940d3e131185061d9568fbc244 /embed.fnc
parent897b41d9566b5d8b85e5a17526de5ca62ee40a71 (diff)
downloadperl-87e5fe87c2c19e28989530999e8efe60b85cdb12.tar.gz
embed.fnc: Mark 3 sighandler fcns as Core only
These appear to be for internal use, with no cpan usage found
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc10
1 files changed, 5 insertions, 5 deletions
diff --git a/embed.fnc b/embed.fnc
index 2d2c703c5b..97d85a8c98 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1739,16 +1739,16 @@ Ap |HEK* |share_hek |NN const char* str|SSize_t len|U32 hash
#ifdef PERL_USE_3ARG_SIGHANDLER
: Used in perl.c
Tp |Signal_t |sighandler |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
-ATp |Signal_t |csighandler |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
+CTp |Signal_t |csighandler |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
#else
Tp |Signal_t |sighandler |int sig
-ATp |Signal_t |csighandler |int sig
+CTp |Signal_t |csighandler |int sig
#endif
Tp |Signal_t |sighandler1 |int sig
-ATp |Signal_t |csighandler1 |int sig
+CTp |Signal_t |csighandler1 |int sig
Tp |Signal_t |sighandler3 |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
-ATp |Signal_t |csighandler3 |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
-ATp |Signal_t |perly_sighandler |int sig|NULLOK Siginfo_t *info|NULLOK void *uap|bool safe
+CTp |Signal_t |csighandler3 |int sig|NULLOK Siginfo_t *info|NULLOK void *uap
+CTp |Signal_t |perly_sighandler |int sig|NULLOK Siginfo_t *info|NULLOK void *uap|bool safe
Ap |SV** |stack_grow |NN SV** sp|NN SV** p|SSize_t n
Ap |I32 |start_subparse |I32 is_format|U32 flags
Xp |void |init_named_cv |NN CV *cv|NN OP *nameop