X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d4daa7b68c847ebbcecd19293a3afe24f6918b58..e95538ca2c8fdecd66a112635aa30077419af685:/syscall.c diff --git a/syscall.c b/syscall.c index ce9d5029..d40ee646 100644 --- a/syscall.c +++ b/syscall.c @@ -251,17 +251,6 @@ OFF_T do_lseek(int fd, OFF_T offset, int whence) #endif } -#ifdef USE_MMAP -void *do_mmap(void *start, int len, int prot, int flags, int fd, OFF_T offset) -{ -#if SIZEOF_OFF64_T - return mmap64(start, len, prot, flags, fd, offset); -#else - return mmap(start, len, prot, flags, fd, offset); -#endif -} -#endif - char *d_name(struct dirent *di) { #if HAVE_BROKEN_READDIR