todd fe065080cd update to 6.0
misc pieces from art@, pval@, and myself
2002-08-27 15:41:30 +00:00

14 lines
481 B
Plaintext

$OpenBSD: patch-misc_c,v 1.1 2002/08/27 15:41:30 todd Exp $
--- misc.c.orig Wed Jul 31 06:36:17 2002
+++ misc.c Wed Jul 31 06:35:36 2002
@@ -527,6 +527,9 @@ void GC_init_inner()
# if defined(NETBSD) && defined(__ELF__)
GC_init_netbsd_elf();
# endif
+# if defined(OPENBSD) && defined(__ELF__)
+ GC_init_openbsd_elf();
+# endif
# if defined(IRIX_THREADS) || defined(LINUX_THREADS) \
|| defined(HPUX_THREADS) || defined(SOLARIS_THREADS)
GC_thr_init();