mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
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:
parent
5fd9dcbbdf
commit
ebcd40f1b0
2 changed files with 2 additions and 2 deletions
|
@ -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 "bsd_cdefs.h"
|
||||
#include "cdefs-compat.h"
|
||||
#include "amd64/bsd_ieeefp.h"
|
||||
|
||||
#include <openlibm_math.h>
|
||||
|
|
Loading…
Reference in a new issue