diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:38:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:38:32 +0300 |
commit | bfd84a6ddb9e055908b5f02826a8c2cbd815ea59 (patch) | |
tree | c00697a74a19147119129f83e4eed9ef36529b37 | |
parent | d7ba80f6189559548e7c817ebb383683c368d7bc (diff) |
No <sys/statfs.h> for iOS either
-rw-r--r-- | sal/qa/osl/file/osl_File_Const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File_Const.h b/sal/qa/osl/file/osl_File_Const.h index ed2b6824e..cd6f01cb2 100644 --- a/sal/qa/osl/file/osl_File_Const.h +++ b/sal/qa/osl/file/osl_File_Const.h @@ -89,7 +89,7 @@ const sal_Char pBuffer_Blank[] = ""; # include <errno.h> # include <fcntl.h> # include <sys/stat.h> -# if !defined(MACOSX) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined (DRAGONFLY) +# if !defined(MACOSX) && !defined(IOS) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined (DRAGONFLY) # include <sys/statfs.h> # else # include <sys/param.h> |