1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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

This commit is contained in:
Peter Wemm 2001-10-25 01:30:54 +00:00
parent f36f7f8005
commit 9d91d74d2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85451
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