diff options
-rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ typedef struct dir_data { | |||
119 | #else | 119 | #else |
120 | #define _O_TEXT 0 | 120 | #define _O_TEXT 0 |
121 | #define _O_BINARY 0 | 121 | #define _O_BINARY 0 |
122 | #define lfs_setmode(L,file,m) 0 | 122 | #define lfs_setmode(L,file,m) ((void)L, (void)file, (void)m, 0) |
123 | #define STAT_STRUCT struct stat | 123 | #define STAT_STRUCT struct stat |
124 | #define STAT_FUNC stat | 124 | #define STAT_FUNC stat |
125 | #define LSTAT_FUNC lstat | 125 | #define LSTAT_FUNC lstat |