summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO')
-rw-r--r--ext/IO/hints/sco.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/IO/hints/sco.pl b/ext/IO/hints/sco.pl
new file mode 100644
index 0000000000..ddcf1551d1
--- /dev/null
+++ b/ext/IO/hints/sco.pl
@@ -0,0 +1,2 @@
+# SCO OSR5 needs to link with libc.so again to have C<fsync> defined
+$self->{LIBS} = ['-lc'];