Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529356 | Differences between
and this patch

Collapse All | Expand All

(-)a/grub-2.02~beta2/grub-core/osdep/unix/hostdisk.c (-2 / +1 lines)
Lines 79-86 grub_util_get_fd_size (grub_util_fd_t fd Link Here
79
  return st.st_size;
79
  return st.st_size;
80
}
80
}
81
81
82
#if defined(__linux__) && (!defined(__GLIBC__) || \
82
#if 0
83
        ((__GLIBC__ < 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ < 1))))
84
  /* Maybe libc doesn't have large file support.  */
83
  /* Maybe libc doesn't have large file support.  */
85
int
84
int
86
grub_util_fd_seek (grub_util_fd_t fd, grub_uint64_t off)
85
grub_util_fd_seek (grub_util_fd_t fd, grub_uint64_t off)

Return to bug 529356