File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -576,13 +576,28 @@ implemented.
576
576
577
577
= item getpgrp PID
578
578
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.
580
592
581
593
= head2 getpriority
582
594
583
595
= item getpriority WHICH, WHO
584
596
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.
586
601
587
602
= head2 get and set functions
588
603
@@ -1533,7 +1548,10 @@ No longer in core. Will probably wind up in a POSIX module.
1533
1548
1534
1549
= item setpriority WHICH, WHO, PRIORITY
1535
1550
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.
1537
1555
1538
1556
= head2 setsockopt
1539
1557
You can’t perform that action at this time.
0 commit comments