mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
8 lines
No EOL
185 B
C
Vendored
8 lines
No EOL
185 B
C
Vendored
/* $NetBSD: cdefs.h,v 1.3 2012/01/20 14:08:05 joerg Exp $ */
|
|
|
|
#ifndef _X86_64_CDEFS_H_
|
|
#define _X86_64_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (sizeof(long) - 1)
|
|
|
|
#endif /* !_X86_64_CDEFS_H_ */ |