summaryrefslogtreecommitdiff
path: root/missing/os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/os2.c')
-rw-r--r--missing/os2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/missing/os2.c b/missing/os2.c
deleted file mode 100644
index 47f7cd53cb..0000000000
--- a/missing/os2.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-int
-chown(char *path, int owner, int group)
-{
- return 0;
-}
-
-int
-link(char *from, char *to)
-{
- return -1;
-}
-