zig/lib/libc/include/generic-netbsd/sparc/cdefs.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

13 lines
No EOL
284 B
C
Vendored

/* $NetBSD: cdefs.h,v 1.13 2014/03/18 17:11:19 christos Exp $ */
#ifndef _MACHINE_CDEFS_H_
#define _MACHINE_CDEFS_H_
/* No arch-specific cdefs. */
#ifdef __arch64__
#define __ALIGNBYTES ((size_t)0xf)
#else
#define __ALIGNBYTES ((size_t)0x7)
#endif
#endif /* !_MACHINE_CDEFS_H_ */