https://github.com/torvalds/linux
Raw File
Tip revision: 8e4921515c1a379539607eb443d51c30f4f7f338 authored by Linus Torvalds on 08 February 2009, 20:37:20 UTC
Linux 2.6.29-rc4
Tip revision: 8e49215
statfs.h
#ifndef _ASMARM_STATFS_H
#define _ASMARM_STATFS_H

/*
 * With EABI there is 4 bytes of padding added to this structure.
 * Let's pack it so the padding goes away to simplify dual ABI support.
 * Note that user space does NOT have to pack this structure.
 */
#define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))

#include <asm-generic/statfs.h>
#endif
back to top