From 3e5aef87d76cfa7354f2b0d82b96e59280720796 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 17 May 2012 17:20:52 -0700 Subject: Add __fsword_t and use it in bits/statfs.h --- bits/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bits/types.h') diff --git a/bits/types.h b/bits/types.h index 6fb31c8..041ace6 100644 --- a/bits/types.h +++ b/bits/types.h @@ -176,6 +176,9 @@ __STD_TYPE __FSBLKCNT64_T_TYPE __fsblkcnt64_t; __STD_TYPE __FSFILCNT_T_TYPE __fsfilcnt_t; __STD_TYPE __FSFILCNT64_T_TYPE __fsfilcnt64_t; +/* Type of miscellaneous file system fields. */ +__STD_TYPE __FSWORD_T_TYPE __fsword_t; + __STD_TYPE __SSIZE_T_TYPE __ssize_t; /* Type of a byte count, or error. */ /* Signed long type used in system calls. */ -- cgit v1.1