This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Remove per-thread section; move to real scns
[perl5.git] / dist / Time-HiRes / hints / sco.pl
1 # osr5 needs to explicitly link against libc to pull in usleep
2 # what's the reason for -lm?
3 $self->{LIBS} = ['-lm', '-lc'];
4