summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/wchar_limits.h
blob: a5a78dee9e57d621b53f57caca2b2ab49687a70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $NetBSD: wchar_limits.h,v 1.11 2013/11/10 19:52:01 jmcneill Exp $ */

/*
 * Automatically generated by genheaders.sh on Sun Nov 10 15:47:58 AST 2013
 * Do not modify directly!
 */
#ifndef _USERMODE_WCHAR_LIMITS_H
#define _USERMODE_WCHAR_LIMITS_H

#if defined(__i386__)
#include "../../i386/include/wchar_limits.h"
#elif defined(__x86_64__)
#include "../../amd64/include/wchar_limits.h"
#elif defined(__arm__)
#include "../../arm/include/wchar_limits.h"
#else
#error port me
#endif

#endif