* rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
[deliverable/binutils-gdb.git] / readline / sysdep-norm.h
index d074cff761472dc605094cc1f58a450abc6685d6..6cf1f347add5fc3b588a102701ff67dcca43a806 100644 (file)
@@ -37,6 +37,6 @@ typedef struct dirent dirent;
 #define _POSIX_VERSION
 #endif
 
-#ifdef _WIN32
+#if defined _WIN32 && !defined __GNUC__
 #include <malloc.h>
 #endif
This page took 0.023337 seconds and 4 git commands to generate.