Skip to content

Commit 045dfd8

Browse files
committed
Merge pull request #134 from EdSchouten/build-fixes
Update remaining references to bsd_cdefs.h to cdefs-compat.h.
2 parents 5fd9dcb + ebcd40f commit 045dfd8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

amd64/bsd_asm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "../i387/osx_asm.h"
4141
#define CNAME(x) EXT(x)
4242
#else
43-
#include "bsd_cdefs.h"
43+
#include "cdefs-compat.h"
4444

4545
#ifdef PIC
4646
#define PIC_PLT(x) x@PLT

ld80/s_exp2l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <float.h>
3131
#include <stdint.h>
3232

33-
#include "bsd_cdefs.h"
33+
#include "cdefs-compat.h"
3434
#include "amd64/bsd_ieeefp.h"
3535

3636
#include <openlibm_math.h>

0 commit comments

Comments
 (0)