Skip to content

Commit

Permalink
perlapio: PerlIO_reopen() doesn't take thread context
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 19, 2021
1 parent 04f8aa6 commit 64defa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlapio.pod
Expand Up @@ -88,7 +88,7 @@ perlapio - perl's IO abstraction interface.
=for apidoc ATmh|int |PerlIO_putc|PerlIO *f|int ch
=for apidoc ATmh|int |PerlIO_puts|PerlIO *f|const char *string
=for apidoc ATmh|void |PerlIO_releaseFILE|PerlIO *f|FILE *stdio
=for apidoc Amh|PerlIO *|PerlIO_reopen|const char *path|const char *mode|PerlIO *old
=for apidoc ATmh|PerlIO *|PerlIO_reopen|const char *path|const char *mode|PerlIO *old
=for apidoc ATmh|void |PerlIO_rewind|PerlIO *f
=for apidoc ATmh|int |PerlIO_setpos|PerlIO *f|SV *saved
=for apidoc Amh|int |PerlIO_stdoutf|const char *fmt|...
Expand Down

0 comments on commit 64defa0

Please sign in to comment.