projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Kill more duplicate status items.
[paraslash.git]
/
fd.h
diff --git
a/fd.h
b/fd.h
index
0b25959
..
224f832
100644
(file)
--- a/
fd.h
+++ b/
fd.h
@@
-20,3
+20,5
@@
int para_fchdir(int fd);
int para_chdir(const char *path);
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 write_ok(int fd);