repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git]
/
lib
/
perl5
/
5.6.1
/
msys
/
auto
/
POSIX
/
srand.al
blob
b389764076ec5be9e278d31709bc7199dd4af08a
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 468 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/srand.al)"
7
sub srand {
8
unimpl "srand()";
9
}
10
11
# end of POSIX::srand
12
1;