projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
51fa4ee
)
Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
Malcolm Beattie [Thu, 2 Apr 1998 15:36:33 +0000 (15:36 +0000)]
p4raw-id: //depot/perl@847
ext/POSIX/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pm
b/ext/POSIX/POSIX.pm
index
2885c0d
..
33dc73d
100644
(file)
--- a/
ext/POSIX/POSIX.pm
+++ b/
ext/POSIX/POSIX.pm
@@
-179,6
+179,7
@@
Exporter::export_tags();
alarm chdir chown close fork getlogin getppid getpgrp link
pipe read rmdir sleep unlink write
utime
+ nice
);
# Grandfather old foo_h form to new :foo_h form