diff options
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index ad0d6d850c..94f26eb63a 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -576,6 +576,16 @@ method, similar to C<use Foo::Bar VERSION LIST>. =for hackers Found in file op.c +=item nothreadhook + +Stub that provides thread hook for perl_destruct when there are +no threads. + + int nothreadhook() + +=for hackers +Found in file perl.c + =item perl_alloc Allocates a new Perl interpreter. See L<perlembed>. |