diff options
author | 2000-01-06 07:14:16 +0000 | |
---|---|---|
committer | 2000-01-06 07:14:16 +0000 | |
commit | 9a10596224a8bbe78a02068379010e73630b6d99 (patch) | |
tree | 8235dc7d432bb0d274787cef42155e7b1b048fa0 | |
parent | volatile; thread_private.h; locking defines moved out; kill(), getpid() (diff) | |
download | wireguard-openbsd-9a10596224a8bbe78a02068379010e73630b6d99.tar.xz wireguard-openbsd-9a10596224a8bbe78a02068379010e73630b6d99.zip |
/* in comment
-rw-r--r-- | lib/libc_r/uthread/uthread_autoinit.c | 4 | ||||
-rw-r--r-- | lib/libpthread/uthread/uthread_autoinit.c | 4 |
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() |