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, 13 insertions, 0 deletions
diff --git a/missing/os2.c b/missing/os2.c
new file mode 100644
index 0000000000..47f7cd53cb
--- /dev/null
+++ b/missing/os2.c
@@ -0,0 +1,13 @@
+
+int
+chown(char *path, int owner, int group)
+{
+ return 0;
+}
+
+int
+link(char *from, char *to)
+{
+ return -1;
+}
+