We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fd9dcb + ebcd40f commit 045dfd8Copy full SHA for 045dfd8
2 files changed
amd64/bsd_asm.h
@@ -40,7 +40,7 @@
40
#include "../i387/osx_asm.h"
41
#define CNAME(x) EXT(x)
42
#else
43
-#include "bsd_cdefs.h"
+#include "cdefs-compat.h"
44
45
#ifdef PIC
46
#define PIC_PLT(x) x@PLT
ld80/s_exp2l.c
@@ -30,7 +30,7 @@
30
#include <float.h>
31
#include <stdint.h>
32
33
34
#include "amd64/bsd_ieeefp.h"
35
36
#include <openlibm_math.h>
0 commit comments