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
/
fgets.al
blob
34c69041ab1d0b09f996fe4f764b38bc81778b4b
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 248 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fgets.al)"
7
sub fgets {
8
redef "IO::Handle::gets()";
9
}
10
11
# end of POSIX::fgets
12
1;