| author | |
| committer | |
| log | 7bda3dc5389f766104870821f0cc961ca7a0d381 |
| tree | 45552de2f4ba82972fa0dfd7ea320772e6a53b15 |
| parent | db5a56da2488d9acec5e7aff4a678ea016a04338 |
| 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> | ||