1 1.6 christos /* $NetBSD: errno.c,v 1.6 2024/01/20 14:52:47 christos Exp $ */ 2 1.5 lukem 3 1.5 lukem #include <sys/cdefs.h> 4 1.5 lukem #if defined(LIBC_SCCS) && !defined(lint) 5 1.6 christos __RCSID("$NetBSD: errno.c,v 1.6 2024/01/20 14:52:47 christos Exp $"); 6 1.5 lukem #endif /* LIBC_SCCS and not lint */ 7 1.1 cgd 8 1.6 christos #include <errno.h> 9 1.6 christos #include "errno_private.h" 10 1.6 christos 11 1.1 cgd int errno; 12