diff options
Diffstat (limited to 'wince/include/sys/stat.h')
-rw-r--r-- | wince/include/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/include/sys/stat.h b/wince/include/sys/stat.h index 7a5e383fc9..2f5c6348d5 100644 --- a/wince/include/sys/stat.h +++ b/wince/include/sys/stat.h @@ -3,7 +3,7 @@ #include <sys/types.h> -// stat.h +/* stat.h */ #define _S_IFMT 0170000 /* file type mask */ #define _S_IFDIR 0040000 /* directory */ #define _S_IFCHR 0020000 /* character special */ |