It looks like we didn't substitute the name of the bsd_cdefs.h header file in two source files when renaming it.
@@ -40,7 +40,7 @@
#include "../i387/osx_asm.h"
#define CNAME(x) EXT(x)
#else
-#include "bsd_cdefs.h"
+#include "cdefs-compat.h"
#ifdef PIC
#define PIC_PLT(x) x@PLT
@@ -30,7 +30,7 @@
#include <float.h>
#include <stdint.h>
#include "amd64/bsd_ieeefp.h"
#include <openlibm_math.h>