xref: /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/hints/sco.pl (revision b8851fcc53cbe24fd20b090f26dd149e353f6174)
1*b8851fccSafresh1# osr5 needs to explicitly link against libc to pull in usleep
2*b8851fccSafresh1# what's the reason for -lm?
3*b8851fccSafresh1$self->{LIBS} = ['-lm', '-lc'];
4*b8851fccSafresh1
5