summaryrefslogtreecommitdiff
path: root/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/POSIX/getenv.al
blob: 9d1b3c5a4983681c92ba4274daff2f430fb8fd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;

#line 456 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getenv.al)"
sub getenv {
    usage "getenv(name)" if @_ != 1;
    $ENV{$_[0]};
}

# end of POSIX::getenv
1;