aboutsummaryrefslogtreecommitdiffstats
path: root/missing/os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/os2.c')
-rw-r--r--missing/os2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing/os2.c b/missing/os2.c
index 57798ab54c..beea824b95 100644
--- a/missing/os2.c
+++ b/missing/os2.c
@@ -17,11 +17,13 @@ chown(char *path, int owner, int group)
return 0;
}
+#if 0
int
link(char *from, char *to)
{
return -1;
}
+#endif
typedef char* CHARP;