zig/lib/libc/include/generic-netbsd/powerpc/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

11 lines
No EOL
245 B
C
Vendored

/* $NetBSD: cdefs.h,v 1.10 2014/02/28 05:29:57 matt Exp $ */
#ifndef _POWERPC_CDEFS_H_
#define _POWERPC_CDEFS_H_
#define __ALIGNBYTES (sizeof(double) - 1)
#ifdef _KERNEL
#define ALIGNBYTES32 __ALIGNBYTES
#endif
#endif /* !_POWERPC_CDEFS_H_ */