]> Git Repo - binutils.git/blobdiff - libctf/ctf-create.c
libctf: compilation failure on MinGW due to missing errno values
[binutils.git] / libctf / ctf-create.c
index ee8757549feb6f2cd528d682c13e6f07f4c29e1e..b319476c168b34c66364414776ac5a5dcc45291b 100644 (file)
 #include <unistd.h>
 #include <zlib.h>
 
+#ifndef EOVERFLOW
+#define EOVERFLOW ERANGE
+#endif
+
 #ifndef roundup
 #define roundup(x, y)  ((((x) + ((y) - 1)) / (y)) * (y))
 #endif
This page took 0.022962 seconds and 4 git commands to generate.