]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.h
Fix and document compile options on Darwin.
[osl.git] / fd.h
diff --git a/fd.h b/fd.h
index 80f484a4427d8c5042af45e6ad6d4aef5be4f8ed..a01f920e9acb9c46baa1007d4f74da31f4d60778 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -6,8 +6,7 @@
 
 /** \file fd.h exported symbols from fd.c */
 
-int write_all(int fd, const char *buf, size_t *len);
-int para_open(const char *path, int flags, mode_t mode);
+int osl_open(const char *path, int flags, mode_t mode);
 int para_opendir(const char *dirname, DIR **dir, int *cwd);
 int para_mkdir(const char *path, mode_t mode);
 int para_fchdir(int fd);