diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:14:17 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 07:14:17 +0000 |
commit | 45470569f0dc3e40e37a5dc7cf4a985cf22da6d7 (patch) | |
tree | f469ada2b0d15aa0a6f11e05d1fa1e5059a47bdc /lib/libpthread | |
parent | 89cdf2e8b46774bcf64ad8e633ca9ffc197c8ee8 (diff) |
/* in comment
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_autoinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
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() |