summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:14:17 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:14:17 +0000
commit45470569f0dc3e40e37a5dc7cf4a985cf22da6d7 (patch)
treef469ada2b0d15aa0a6f11e05d1fa1e5059a47bdc
parent89cdf2e8b46774bcf64ad8e633ca9ffc197c8ee8 (diff)
/* in comment
-rw-r--r--lib/libc_r/uthread/uthread_autoinit.c4
-rw-r--r--lib/libpthread/uthread/uthread_autoinit.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/uthread_autoinit.c b/lib/libc_r/uthread/uthread_autoinit.c
index 850aec29f09..6e27cf42d90 100644
--- a/lib/libc_r/uthread/uthread_autoinit.c
+++ b/lib/libc_r/uthread/uthread_autoinit.c
@@ -1,7 +1,7 @@
/*
* David Leonard, 1998. Public Domain. <david.leonard@csee.uq.edu.au>
*
- * $OpenBSD: uthread_autoinit.c,v 1.7 1999/11/25 07:01:32 d Exp $
+ * $OpenBSD: uthread_autoinit.c,v 1.8 2000/01/06 07:14:16 d Exp $
*/
#include <stdio.h>
@@ -68,7 +68,7 @@ _init()
* the collect2 stage of linkage will inform __main (from libgcc.a)
* to call it.
*/
-#if defined(__GNUC__) /* && defined(notyet) /* internal compiler error??? */
+#if defined(__GNUC__) /* && defined(notyet) */ /* internal compiler error??? */
void _thread_init_constructor __P((void)) __attribute__((constructor));
void
_thread_init_constructor()
diff --git a/lib/libpthread/uthread/uthread_autoinit.c b/lib/libpthread/uthread/uthread_autoinit.c
index 850aec29f09..6e27cf42d90 100644
--- a/lib/libpthread/uthread/uthread_autoinit.c
+++ b/lib/libpthread/uthread/uthread_autoinit.c
@@ -1,7 +1,7 @@
/*
* David Leonard, 1998. Public Domain. <david.leonard@csee.uq.edu.au>
*
- * $OpenBSD: uthread_autoinit.c,v 1.7 1999/11/25 07:01:32 d Exp $
+ * $OpenBSD: uthread_autoinit.c,v 1.8 2000/01/06 07:14:16 d Exp $
*/
#include <stdio.h>
@@ -68,7 +68,7 @@ _init()
* the collect2 stage of linkage will inform __main (from libgcc.a)
* to call it.
*/
-#if defined(__GNUC__) /* && defined(notyet) /* internal compiler error??? */
+#if defined(__GNUC__) /* && defined(notyet) */ /* internal compiler error??? */
void _thread_init_constructor __P((void)) __attribute__((constructor));
void
_thread_init_constructor()