summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-18 06:24:14 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-12-18 06:24:14 +0000
commitc53cf5ad1f50f3502429cfd9d80300169dadad63 (patch)
tree4feacfcc0a5d844d00708c0a03e53c62ed43c1e3
parentfd36abcbbe44ba16058ce3a7a4a6f6b39c8ad71a (diff)
sigh, do it right.
-rw-r--r--lib/libc_r/arch/sparc/uthread_machdep_asm.S4
-rw-r--r--lib/libpthread/arch/sparc/uthread_machdep_asm.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/arch/sparc/uthread_machdep_asm.S b/lib/libc_r/arch/sparc/uthread_machdep_asm.S
index ec1116e35e8..f7a81f99b08 100644
--- a/lib/libc_r/arch/sparc/uthread_machdep_asm.S
+++ b/lib/libc_r/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)
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)