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