mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
8 lines
181 B
C
Vendored
8 lines
181 B
C
Vendored
/* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:55 simonb Exp $ */
|
|
|
|
#ifndef _MACHINE_BSWAP_H_
|
|
#define _MACHINE_BSWAP_H_
|
|
|
|
#include <sys/bswap.h>
|
|
|
|
#endif /* !_MACHINE_BSWAP_H_ */ |