From 61f65140eb0fe350ef59aca95b89d784e30f24af Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 21 May 2012 11:45:16 -0700 Subject: Define __SYSCALL_WORDSIZE for x86-64 --- sysdeps/unix/sysv/linux/bits/statvfs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/bits/statvfs.h b/sysdeps/unix/sysv/linux/bits/statvfs.h index 4b3fc5733e..d835dff019 100644 --- a/sysdeps/unix/sysv/linux/bits/statvfs.h +++ b/sysdeps/unix/sysv/linux/bits/statvfs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997,1998,2000,2001,2002,2006 Free Software Foundation, Inc. +/* Copyright (C) 1997-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -21,7 +21,8 @@ #include /* For __fsblkcnt_t and __fsfilcnt_t. */ -#if __WORDSIZE == 32 +#if (__WORDSIZE == 32 \ + && (!defined __SYSCALL_WORDSIZE || __SYSCALL_WORDSIZE == 32)) #define _STATVFSBUF_F_UNUSED #endif -- cgit v1.2.3