diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index be9249b025..2f701e5972 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -845,7 +845,7 @@ potentially warn under some level of strict-ness. "Superseded" by sv_nosharing(). - void sv_nolocking(SV *) + void sv_nolocking(SV *sv) =for hackers Found in file mathoms.c @@ -859,7 +859,7 @@ potentially warn under some level of strict-ness. "Superseded" by sv_nosharing(). - void sv_nounlocking(SV *) + void sv_nounlocking(SV *sv) =for hackers Found in file mathoms.c @@ -2327,7 +2327,7 @@ Or "locks" it. Or "unlocks" it. In other words, ignores its single SV argument. Exists to avoid test for a NULL function pointer and because it could potentially warn under some level of strict-ness. - void sv_nosharing(SV *) + void sv_nosharing(SV *sv) =for hackers Found in file util.c |