Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/profile/gmon.h')
-rw-r--r--winsup/mingw/profile/gmon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/mingw/profile/gmon.h b/winsup/mingw/profile/gmon.h
index ddcd48986..1f01bf418 100644
--- a/winsup/mingw/profile/gmon.h
+++ b/winsup/mingw/profile/gmon.h
@@ -51,13 +51,14 @@
#include <profile.h>
#ifdef __MINGW32__
-#if !defined _BSDTYPES_DEFINED
+#ifndef _BSDTYPES_DEFINED
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
#define _BSDTYPES_DEFINED
-#endif
+#endif /* _BSDTYPES_DEFINED */
+#endif /* __MINGW32__*/
/*
* Structure prepended to gmon.out profiling data file.