]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/simple-object-elf.c
simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect to ENOSYS.
[thirdparty/gcc.git] / libiberty / simple-object-elf.c
index 7468a1adc3dd1da2584d7324d98b9314a18f91ce..021ce488c16a74d33c0f486c3e83066cf5d4fa48 100644 (file)
@@ -22,6 +22,10 @@ Boston, MA 02110-1301, USA.  */
 #include "simple-object.h"
 
 #include <errno.h>
+/* mingw.org's MinGW doesn't have ENOTSUP.  */
+#ifndef ENOTSUP
+# define ENOTSUP ENOSYS
+#endif
 #include <stddef.h>
 
 #ifdef HAVE_STDLIB_H