diff options
author | 2003-01-16 19:16:02 +0000 | |
---|---|---|
committer | 2003-01-16 19:16:02 +0000 | |
commit | c1a56c6e8e7138cf145c0f5f840d0259ad80bf06 (patch) | |
tree | 2a4479c18f074bc344abb1becf9dbd74f63599be | |
parent | extern the eprol and etext; better eprol definition (diff) | |
download | wireguard-openbsd-c1a56c6e8e7138cf145c0f5f840d0259ad80bf06.tar.xz wireguard-openbsd-c1a56c6e8e7138cf145c0f5f840d0259ad80bf06.zip |
make it compile
-rw-r--r-- | lib/libc_r/arch/hppa/uthread_machdep_asm.S | 4 | ||||
-rw-r--r-- | lib/libpthread/arch/hppa/uthread_machdep_asm.S | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc_r/arch/hppa/uthread_machdep_asm.S b/lib/libc_r/arch/hppa/uthread_machdep_asm.S index b8053c41970..875ceb11dd9 100644 --- a/lib/libc_r/arch/hppa/uthread_machdep_asm.S +++ b/lib/libc_r/arch/hppa/uthread_machdep_asm.S @@ -1,7 +1,9 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.1 2002/11/01 00:05:45 mickey Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2003/01/16 19:16:02 mickey Exp $ */ /* Michael Shalayeff <mickey@openbsd.org>. Public Domain. */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> #define FRAMESIZE 0x60 diff --git a/lib/libpthread/arch/hppa/uthread_machdep_asm.S b/lib/libpthread/arch/hppa/uthread_machdep_asm.S index b8053c41970..875ceb11dd9 100644 --- a/lib/libpthread/arch/hppa/uthread_machdep_asm.S +++ b/lib/libpthread/arch/hppa/uthread_machdep_asm.S @@ -1,7 +1,9 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.1 2002/11/01 00:05:45 mickey Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2003/01/16 19:16:02 mickey Exp $ */ /* Michael Shalayeff <mickey@openbsd.org>. Public Domain. */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> #define FRAMESIZE 0x60 |