zig/lib/libc/include/generic-netbsd/sparc64/disklabel.h
Alex Rønne Petersen 553cb3ed46
libc: Add NetBSD system and libc headers from 10.1.
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will
be defined by the compiler.
2025-05-17 04:41:27 +02:00

7 lines
No EOL
214 B
C
Vendored

/* $NetBSD: disklabel.h,v 1.4 2005/12/11 12:19:10 christos Exp $ */
#if HAVE_NBTOOL_CONFIG_H
#include <nbinclude/sparc/disklabel.h>
#else
#include <sparc/disklabel.h>
#endif /* HAVE_NBTOOL_CONFIG_H */