Update remaining references to bsd_cdefs.h to cdefs-compat.h.
It looks like we didn't substitute the name of the bsd_cdefs.h header file in two source files when renaming it.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "bsd_cdefs.h"
|
||||
#include "cdefs-compat.h"
|
||||
#include "amd64/bsd_ieeefp.h"
|
||||
|
||||
#include <openlibm_math.h>
|
||||
|
||||
Reference in New Issue
Block a user