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

Collapse All | Expand All

(-)mdadm-4.2-orig/mdadm.h (-1 / +1 lines)
Lines 23-29 Link Here
23
 */
23
 */
24
24
25
#define	_GNU_SOURCE
25
#define	_GNU_SOURCE
26
#define _FILE_OFFSET_BITS 64
26
#define _LARGEFILE64_SOURCE
27
#include	<unistd.h>
27
#include	<unistd.h>
28
#ifdef __GLIBC__
28
#ifdef __GLIBC__
29
extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
29
extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));

Return to bug 907082