]> git.tuebingen.mpg.de Git - osl.git/blobdiff - fd.h
Inline para_fchdir(), move it to fsck.c and rename it.
[osl.git] / fd.h
diff --git a/fd.h b/fd.h
index 7fdff916cec60425719772e55bc44027f1d54f86..45d08b3a3e327c17e2050cbee7382de7fabee75e 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -8,7 +8,6 @@
 
 int osl_open(const char *path, int flags, mode_t mode);
 int para_opendir(const char *dirname, DIR **dir, int *cwd);
 
 int osl_open(const char *path, int flags, mode_t mode);
 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 osl_munmap(void *start, size_t length);
 int mmap_full_file(const char *filename, int open_mode, void **map,
        size_t *size, int *fd_ptr);
 int osl_munmap(void *start, size_t length);