Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/include/atexit.h,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/include/atexit.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/include/atexit.h 2017/07/11 15:21:35 1.1 +++ src/lib/libc/include/atexit.h 2017/07/14 19:24:12 1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: atexit.h,v 1.1 2017/07/11 15:21:35 joerg Exp $ */ +/* $NetBSD: atexit.h,v 1.2 2017/07/14 19:24:12 joerg Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -37,5 +37,5 @@ void __cxa_thread_run_atexit(void); int __cxa_thread_atexit(void (*)(void *), void *, void *); #ifdef _LIBC -__dso_hidden bool __cxa_thread_atexit_used; +extern __dso_hidden bool __cxa_thread_atexit_used; #endif