X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fd.h;h=ea6307b2d5145d3ce38b0372f2e308a468d94ab4;hb=bb899fb1a0c279a2890ff30d11bf7aec50fb92ed;hp=37d3ace91b42ba9f7c0c47732e5762e58c8523ad;hpb=e854df2fe2cfb3ae90a439828fc13cc0fc470aa9;p=paraslash.git diff --git a/fd.h b/fd.h index 37d3ace9..ea6307b2 100644 --- a/fd.h +++ b/fd.h @@ -9,7 +9,6 @@ bool file_exists(const char *); int para_select(int n, fd_set *readfds, fd_set *writefds, int timeout); __must_check int mark_fd_nonblocking(int fd); __must_check int mark_fd_blocking(int fd); -void para_fd_set(int fd, fd_set *fds, int *max_fileno); int para_mmap(size_t length, int prot, int flags, int fd, void *map); int para_open(const char *path, int flags, mode_t mode); int para_mkdir(const char *path, mode_t mode);