diff options
Diffstat (limited to 'missing/os2.c')
| -rw-r--r-- | missing/os2.c | 13 |
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; -} - |
