diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-10-25 01:30:54 +0000 |
commit | 9d91d74d2b1f4088df1f6747336df8a4c8ea2e6c (patch) | |
tree | f6108340752a44dd5d8648fe67cd31acebbce2d9 | |
parent | f36f7f8005d9ec01a1d0e6e61c762aac65104590 (diff) |
Notes
-rw-r--r-- | lib/libc_r/arch/amd64/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libc_r/arch/i386/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libpthread/arch/i386/i386/_atomic_lock.S | 2 | ||||
-rw-r--r-- | lib/libstand/i386/_setjmp.S | 2 |
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 8470070efb9d..af49aff68f03 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 8470070efb9d..af49aff68f03 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 8470070efb9d..af49aff68f03 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 6ac89a2dae4b..6fc8ac1c9d67 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 |