POSIX getpgrp is not -w clean
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pm
index 8687eb8..76455f7 100644 (file)
@@ -866,7 +866,7 @@ sub getlogin {
 
 sub getpgrp {
     usage "getpgrp()" if @_ != 0;
-    CORE::getpgrp($_[0]);
+    CORE::getpgrp;
 }
 
 sub getpid {