head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.10.21.41.35; author wiz; state Exp; branches; next ; commitid 9JHloFc9ZlojD8RG; desc @@ 1.1 log @lang/gcc16: import gcc16-16.1.0 The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, and Go. @ text @$NetBSD: patch-libgfortran_io_io.h,v 1.1 2025/07/14 17:44:53 wiz Exp $ Don't declare old_locale* an internal_proto to avoid linking problems --- libgfortran/io/io.h.orig 2018-01-07 10:17:52.000000000 +0000 +++ libgfortran/io/io.h @@@@ -57,11 +57,8 @@@@ extern locale_t c_locale; internal_proto(c_locale); #else extern char* old_locale; -internal_proto(old_locale); extern int old_locale_ctr; -internal_proto(old_locale_ctr); extern __gthread_mutex_t old_locale_lock; -internal_proto(old_locale_lock); #endif @