| author | |
| committer | |
| log | d7c3eed8a8fb3f3b9c415a5b64246a0dec94d826 |
| tree | dd291211b7df5291637ab9d99456169e0dd1e3d2 |
| parent | 1aec4d7a7837518dfe68fefc2db6ba5d8bf236cf |
| signature |
3 files changed, 1 insertions(+), 19 deletions(-)
lib/libc/include/generic-netbsd/riscv/wchar_limits.h+1-11| ... | @@ -1,13 +1,3 @@ | ... | @@ -1,13 +1,3 @@ |
| 1 | /* $NetBSD: wchar_limits.h,v 1.1 2014/09/19 17:36:26 matt Exp $ */ | 1 | /* $NetBSD: wchar_limits.h,v 1.1 2014/09/19 17:36:26 matt Exp $ */ |
| 2 | 2 | ||
| 3 | // zig patch: https://github.com/llvm/llvm-project/issues/199678 | 3 | #include <sys/common_wchar_limits.h> |
| 4 | #ifndef _RISCV_WCHAR_LIMITS_H_ | ||
| 5 | #define _RISCV_WCHAR_LIMITS_H_ | ||
| 6 | |||
| 7 | #define	WCHAR_MIN	(-0x7fffffff-1)			/* wchar_t	 */ | ||
| 8 | #define	WCHAR_MAX	0x7fffffff			/* wchar_t	 */ | ||
| 9 | |||
| 10 | #define	WINT_MIN	(-0x7fffffff-1)			/* wint_t	 */ | ||
| 11 | #define	WINT_MAX	0x7fffffff			/* wint_t	 */ | ||
| 12 | |||
| 13 | #endif /* !_RISCV_WCHAR_LIMITS_H_ */ |
lib/libc/include/riscv32-netbsd-none/machine/wchar_limits.h deleted-4| ... | @@ -1,4 +0,0 @@ | ||
| 1 | /*	$NetBSD: wchar_limits.h,v 1.2 2005/12/11 12:17:12 christos Exp $	*/ | ||
| 2 | |||
| 3 | // zig patch: https://github.com/llvm/llvm-project/issues/199678 | ||
| 4 | #include <riscv/wchar_limits.h> | ||
lib/libc/include/riscv64-netbsd-none/machine/wchar_limits.h deleted-4| ... | @@ -1,4 +0,0 @@ | ||
| 1 | /*	$NetBSD: wchar_limits.h,v 1.2 2005/12/11 12:17:12 christos Exp $	*/ | ||
| 2 | |||
| 3 | // zig patch: https://github.com/llvm/llvm-project/issues/199678 | ||
| 4 | #include <riscv/wchar_limits.h> | ||