Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amd64/bsd_asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ld80/s_exp2l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down