mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04: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
167 B
C
Vendored
8 lines
No EOL
167 B
C
Vendored
/* $NetBSD: bswap.h,v 1.6 2006/01/31 07:51:41 dsl Exp $ */
|
|
|
|
#ifndef _POWERPC_BSWAP_H_
|
|
#define _POWERPC_BSWAP_H_
|
|
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* _POWERPC_BSWAP_H_ */ |