diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2002-08-25 22:10:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2002-08-25 22:10:45 +0000 |
commit | 93801b58634ed1456320fbaf135d82010b3e4645 (patch) | |
tree | 890eb699d637164ba3fe1beaeb3b9cf38db0c0a4 /lib/libc_r | |
parent | 23faeef15249774f95784e9357170ba2e4f9218d (diff) |
fix comment.
--
Ok'd by: jason@
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/arch/sparc64/uthread_machdep_asm.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/arch/sparc64/uthread_machdep_asm.S b/lib/libc_r/arch/sparc64/uthread_machdep_asm.S index 63ba7852603..774083a13af 100644 --- a/lib/libc_r/arch/sparc64/uthread_machdep_asm.S +++ b/lib/libc_r/arch/sparc64/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.3 2002/01/02 23:05:53 art Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.4 2002/08/25 22:10:44 brad Exp $ */ /* David Leonard <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -16,7 +16,9 @@ #define flushw t T_FLUSHWIN #endif -/* void _thread_switch(long newstate[2], long savestate[2], int flags); */ +/* + * void _thread_machdep_switch(long newstate[2], long savestate[2], int flags); + */ ENTRY(_thread_machdep_switch) /* new window */ |