xref: /openbsd/gnu/usr.bin/perl/dist/IO/hints/sco.pl (revision 09467b48)
1# SCO OSR5 needs to link with libc.so again to have C<fsync> defined
2$self->{LIBS} = ['-lc'];
3