diff options
Diffstat (limited to 'winsup/mingw/include/sys/stat.h')
-rw-r--r-- | winsup/mingw/include/sys/stat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/mingw/include/sys/stat.h b/winsup/mingw/include/sys/stat.h index f851c25f4..f782d2fa1 100644 --- a/winsup/mingw/include/sys/stat.h +++ b/winsup/mingw/include/sys/stat.h @@ -25,8 +25,6 @@ * */ -#ifndef __STRICT_ANSI__ - #ifndef _STAT_H_ #define _STAT_H_ @@ -185,6 +183,3 @@ _CRTIMP int __cdecl stat (const char*, struct stat*); #endif /* Not RC_INVOKED */ #endif /* Not _STAT_H_ */ - -#endif /* Not __STRICT_ANSI__ */ - |