diff options
author | 2001-12-18 06:24:13 +0000 | |
---|---|---|
committer | 2001-12-18 06:24:13 +0000 | |
commit | 1159f9c05294fda789aba7128578f847c4b41e2d (patch) | |
tree | ebf5584cc64b6639c94522cabad4497101f174fb /lib/libpthread/arch/sparc | |
parent | Fix func decl. in comment. (diff) | |
download | wireguard-openbsd-1159f9c05294fda789aba7128578f847c4b41e2d.tar.xz wireguard-openbsd-1159f9c05294fda789aba7128578f847c4b41e2d.zip |
sigh, do it right.
Diffstat (limited to 'lib/libpthread/arch/sparc')
-rw-r--r-- | lib/libpthread/arch/sparc/uthread_machdep_asm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/sparc/uthread_machdep_asm.S b/lib/libpthread/arch/sparc/uthread_machdep_asm.S index ec1116e35e8..f7a81f99b08 100644 --- a/lib/libpthread/arch/sparc/uthread_machdep_asm.S +++ b/lib/libpthread/arch/sparc/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.4 2001/12/18 06:23:08 fgsch Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.5 2001/12/18 06:24:13 fgsch Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -19,7 +19,7 @@ #define MINFRAME ((16+1+6)*4) /* - * void _thread_switch(newstate, oldstate); + * void _thread_machdep_switch(newstate, oldstate); * struct _machdep_state *newstate, *oldstate; */ ENTRY(_thread_machdep_switch) |