Skip to content

Commit 453d6be

Browse files
committed
Update for existsence of P5getpriority
- add description for getppid - mention P5getpriority for getpriority / setpriority / getpgrp
1 parent 7a2e391 commit 453d6be

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

doc/Language/5to6-perlfunc.pod6

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,13 +576,28 @@ implemented.
576576
577577
=item getpgrp PID
578578
579-
Does not appear to be implemented.
579+
Will not be implemented.
580+
581+
The Perl 6 ecosystem has a module C<P5getpriority> which exports a C<getpgrp>
582+
function that mimics the original Perl 5 behaviour as much as possible.
583+
584+
=head2 getppid
585+
586+
=item getppid PID
587+
588+
Will not be implemented.
589+
590+
The Perl 6 ecosystem has a module C<P5getpriority> which exports a C<getppid>
591+
function that mimics the original Perl 5 behaviour as much as possible.
580592
581593
=head2 getpriority
582594
583595
=item getpriority WHICH, WHO
584596
585-
Does not appear to be implemented.
597+
Will not be implemented.
598+
599+
The Perl 6 ecosystem has a module C<P5getpriority> which exports a C<getpriority>
600+
function that mimics the original Perl 5 behaviour as much as possible.
586601
587602
=head2 get and set functions
588603
@@ -1533,7 +1548,10 @@ No longer in core. Will probably wind up in a POSIX module.
15331548
15341549
=item setpriority WHICH, WHO, PRIORITY
15351550
1536-
No longer in core. Will probably wind up in a POSIX module.
1551+
Will not be implemented.
1552+
1553+
The Perl 6 ecosystem has a module C<P5getpriority> which exports a C<setpriority>
1554+
function that mimics the original Perl 5 behaviour as much as possible.
15371555
15381556
=head2 setsockopt
15391557

0 commit comments

Comments
 (0)