diff options
Diffstat (limited to 'winsup/cygwin/gmon.c')
-rw-r--r-- | winsup/cygwin/gmon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/gmon.c b/winsup/cygwin/gmon.c index 139aa4482..96b1189ee 100644 --- a/winsup/cygwin/gmon.c +++ b/winsup/cygwin/gmon.c @@ -39,7 +39,6 @@ static char rcsid[] = "$OpenBSD: gmon.c,v 1.8 1997/07/23 21:11:27 kstailey Exp $ #include <fcntl.h> #include <stdlib.h> #include <stdio.h> -#include <strings.h> #ifndef __MINGW32__ #include <unistd.h> #include <sys/param.h> @@ -57,10 +56,8 @@ static char rcsid[] = "$OpenBSD: gmon.c,v 1.8 1997/07/23 21:11:27 kstailey Exp $ #define MINUS_ONE_P (-1) #endif -#ifdef __MINGW32__ #include <string.h> #define bzero(ptr,size) memset (ptr, 0, size); -#endif struct gmonparam _gmonparam = { GMON_PROF_OFF, NULL, 0, NULL, 0, NULL, 0, 0L, 0, 0, 0, 0}; |