Page MenuHomeFreeBSD

D40310.diff
No OneTemporary

D40310.diff

diff --git a/tools/test/avx_sig/avx_sig.c b/tools/test/avx_sig/avx_sig.c
--- a/tools/test/avx_sig/avx_sig.c
+++ b/tools/test/avx_sig/avx_sig.c
@@ -20,8 +20,13 @@
#include <pthread_np.h>
#endif
#ifdef __linux__
+#ifdef __GLIBC__
+#include <gnu/libc-version.h>
+#endif
+#if !defined(__GLIBC__) || (__GLIBC__ * 100 + __GLIBC_MINOR__) < 236
#include <bsd/stdlib.h>
#endif
+#endif
#include <signal.h>
#include <stdatomic.h>
#include <stdbool.h>

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 4, 8:49 AM (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16450812
Default Alt Text
D40310.diff (449 B)

Event Timeline