Change #include "DEFS.h" to <machine/asm.h>.

This commit is contained in:
peter 2001-10-25 01:30:54 +00:00
parent 88d4f9b51f
commit f62986b79a
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -49,7 +49,7 @@
* The previous signal state is NOT restored.
*/
#include "DEFS.h"
#include <machine/asm.h>
ENTRY(_setjmp)
movl 4(%esp),%eax