Files
WrldBox/.tmp_zig/lib/zig/libc/include/generic-freebsd/osreldate.h
swim67667 c17dfc94ce
Some checks failed
Build Project / build (ubuntu-latest) (push) Failing after 12m33s
added multi-compiling stuff (only works on my mac for now)
2026-06-28 16:40:20 -04:00

10 lines
214 B
C

/*-
* Copyright (c) 1992-2025 The FreeBSD Project.
*
*/
#ifdef _KERNEL
#error "<osreldate.h> cannot be used in the kernel, use <sys/param.h>"
#else
/* zig patch: the compiler defines __FreeBSD_version */
#endif