X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.h;h=0ca272d45ab733fb3bddad8eb187d24c41201c88;hb=b0884806fccc7a0b1e489ee57a3fa02e3a16fe84;hp=bb09eb3eb3d0ecafd1a71cc49c579b5e8a0f7c1f;hpb=f20ee31e76615776f4b56d57a3a4fc1919de2914;p=osl.git diff --git a/fd.h b/fd.h index bb09eb3..0ca272d 100644 --- a/fd.h +++ b/fd.h @@ -11,7 +11,7 @@ int para_opendir(const char *dirname, DIR **dir, int *cwd); int para_fchdir(int fd); int mmap_full_file(const char *filename, int open_mode, void **map, size_t *size, int *fd_ptr); -int para_munmap(void *start, size_t length); +int osl_munmap(void *start, size_t length); /** * A wrapper for mkdir(2).