1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Define __SYSCALL_WORDSIZE for x86-64

This commit is contained in:
H.J. Lu
2012-05-21 11:45:16 -07:00
parent 5fefb43629
commit 61f65140eb
3 changed files with 15 additions and 2 deletions

View File

@ -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 <bits/types.h> /* For __fsblkcnt_t and __fsfilcnt_t. */
#if __WORDSIZE == 32
#if (__WORDSIZE == 32 \
&& (!defined __SYSCALL_WORDSIZE || __SYSCALL_WORDSIZE == 32))
#define _STATVFSBUF_F_UNUSED
#endif