]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.h
Makefile: Disallow undefined symbols.
[osl.git] / fd.h
diff --git a/fd.h b/fd.h
index c3fec805d908ef49e13d6cb7269fba488eddf6d2..a01f920e9acb9c46baa1007d4f74da31f4d60778 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -6,7 +6,7 @@
 
 /** \file fd.h exported symbols from fd.c */
 
-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);