aboutsummaryrefslogtreecommitdiff
path: root/include/base/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/base/io.h')
-rw-r--r--include/base/io.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/base/io.h b/include/base/io.h
index 541159f..dae57ef 100644
--- a/include/base/io.h
+++ b/include/base/io.h
@@ -132,11 +132,3 @@ intptr io·offset(io·Header *io);
int io·print(io·Header *io, char *fmt, ...);
int io·vprint(io·Header *io, char *fmt, va_list args);
-
-/* basic os helpers */
-/* XXX: find a better location for this */
-int os·exists(byte *path, int flag);
-byte *os·dirname(byte *path);
-byte *os·basename(byte *path);
-int os·sep(void);
-