mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
11 lines
230 B
C
Vendored
11 lines
230 B
C
Vendored
/* $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:18 dsl Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#include <m68k/byte_swap.h>
|
|
|
|
#define __BSWAP_RENAME
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MACHINE_BSWAP_H_ */ |