summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/arch/amd64/_atomic_lock.S2
-rw-r--r--lib/libc_r/arch/i386/_atomic_lock.S2
-rw-r--r--lib/libpthread/arch/i386/i386/_atomic_lock.S2
-rw-r--r--lib/libstand/i386/_setjmp.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/arch/amd64/_atomic_lock.S b/lib/libc_r/arch/amd64/_atomic_lock.S
index 8470070..af49aff 100644
--- a/lib/libc_r/arch/amd64/_atomic_lock.S
+++ b/lib/libc_r/arch/amd64/_atomic_lock.S
@@ -25,7 +25,7 @@
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
-#include "DEFS.h"
+#include <machine/asm.h>
/*
* Atomicly lock a location with an identifier provided the location
diff --git a/lib/libc_r/arch/i386/_atomic_lock.S b/lib/libc_r/arch/i386/_atomic_lock.S
index 8470070..af49aff 100644
--- a/lib/libc_r/arch/i386/_atomic_lock.S
+++ b/lib/libc_r/arch/i386/_atomic_lock.S
@@ -25,7 +25,7 @@
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
-#include "DEFS.h"
+#include <machine/asm.h>
/*
* Atomicly lock a location with an identifier provided the location
diff --git a/lib/libpthread/arch/i386/i386/_atomic_lock.S b/lib/libpthread/arch/i386/i386/_atomic_lock.S
index 8470070..af49aff 100644
--- a/lib/libpthread/arch/i386/i386/_atomic_lock.S
+++ b/lib/libpthread/arch/i386/i386/_atomic_lock.S
@@ -25,7 +25,7 @@
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
-#include "DEFS.h"
+#include <machine/asm.h>
/*
* Atomicly lock a location with an identifier provided the location
diff --git a/lib/libstand/i386/_setjmp.S b/lib/libstand/i386/_setjmp.S
index 6ac89a2..6fc8ac1 100644
--- a/lib/libstand/i386/_setjmp.S
+++ b/lib/libstand/i386/_setjmp.S
@@ -49,7 +49,7 @@
* The previous signal state is NOT restored.
*/
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(_setjmp)
movl 4(%esp),%eax
OpenPOWER on IntegriCloud