ubsan: xstormy16: left shift of negative value
[deliverable/binutils-gdb.git] / libctf / ctf-decls.h
index d12409e4b608d28a68ff1db4f3c21ee2d2f58fc7..b60a48f987ae0e47bb3e44d9892cb8c0ecb552e0 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <stddef.h>
 #include <stdlib.h>
+#include "libiberty.h"
 
 #if HAVE_QSORT_R_ARG_LAST
 static inline void
@@ -62,6 +63,10 @@ void ctf_qsort_r (void *base, size_t nmemb, size_t size,
              void *arg);
 #endif
 
+#ifndef HAVE_O_CLOEXEC
+# define O_CLOEXEC 0
+#endif
+
 #undef MAX
 #undef MIN
 #define MAX(a, b) ((a) > (b) ? (a) : (b))
This page took 0.033177 seconds and 4 git commands to generate.