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:
Ed Schouten 2016-05-15 11:28:26 +02:00
parent 5fd9dcbbdf
commit ebcd40f1b0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>