From 8128dda0cc057aeb95616d83844412bef16df8a0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 8 May 2026 04:01:04 +0000 Subject: asr regress: extern three variables to fix build with -fcommon --- src/regress/lib/libc/asr/bin/threads.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/asr/bin/threads.c b/src/regress/lib/libc/asr/bin/threads.c index f296f1d6f7..3bc0fc250e 100644 --- a/src/regress/lib/libc/asr/bin/threads.c +++ b/src/regress/lib/libc/asr/bin/threads.c @@ -1,4 +1,4 @@ -/* $OpenBSD: threads.c,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ */ +/* $OpenBSD: threads.c,v 1.2 2026/05/08 04:01:04 tb Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -34,9 +34,9 @@ char **av; int loop; int nthreads; -int long_err; -int gai_errno; -int rrset_errno; +extern int long_err; +extern int gai_errno; +extern int rrset_errno; void async_resolver_done(void *); -- cgit v1.2.3-55-g6feb