diff options
author | 2001-12-18 06:23:08 +0000 | |
---|---|---|
committer | 2001-12-18 06:23:08 +0000 | |
commit | 4f239c503cbfc05770cac84b99026f7ebd65357e (patch) | |
tree | 0158756941354c57d5ae5fc732258dbd21b93806 /lib/libpthread/arch/sparc | |
parent | Allow the scheduler to return to the signal handler and the signal (diff) | |
download | wireguard-openbsd-4f239c503cbfc05770cac84b99026f7ebd65357e.tar.xz wireguard-openbsd-4f239c503cbfc05770cac84b99026f7ebd65357e.zip |
Fix func decl. in comment.
Diffstat (limited to 'lib/libpthread/arch/sparc')
-rw-r--r-- | lib/libpthread/arch/sparc/uthread_machdep_asm.S | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libpthread/arch/sparc/uthread_machdep_asm.S b/lib/libpthread/arch/sparc/uthread_machdep_asm.S index 4e85e368a31..ec1116e35e8 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.3 2001/12/18 03:44:40 marc Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.4 2001/12/18 06:23:08 fgsch Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -18,7 +18,10 @@ #define SA(x) (((x)+7)&(~0x7)) #define MINFRAME ((16+1+6)*4) -/* void _thread_switch(int newstate[2], int savestate[2], int flags); */ +/* + * void _thread_switch(newstate, oldstate); + * struct _machdep_state *newstate, *oldstate; + */ ENTRY(_thread_machdep_switch) /* new window */ |