repo.or.cz
/
git
/
jnareb-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Start anew
[git/jnareb-git.git]
/
lib
/
perl5
/
5.6.1
/
msys
/
auto
/
POSIX
/
getppid.al
blob
e510b666504cdb3de3660395c33dd4b2f6462737
1
# NOTE: Derived from ../../lib/POSIX.pm.
2
# Changes made here will be lost when autosplit again.
3
# See AutoSplit.pm.
4
package POSIX;
5
6
#line 708 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getppid.al)"
7
sub getppid {
8
usage "getppid()" if @_ != 0;
9
CORE::getppid;
10
}
11
12
# end of POSIX::getppid
13
1;