Samuel Thibault 7 vuotta sitten
vanhempi
commit
8e75818e26
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/disk_ops/unistd/disk_unistd_global.c

+ 1 - 1
src/core/disk_ops/unistd/disk_unistd_global.c

@@ -70,7 +70,7 @@ static loff_t copy_file_range(int fd_in, loff_t *off_in, int fd_out,
 		loff_t *off_out, size_t len, unsigned int flags)
 {
 	errno = ENOSYS;
-	return -1
+	return -1;
 }
 #endif
 #endif