diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-02-12 14:48:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-02-12 14:48:20 +0000 |
| commit | 62bca778430f98fcd71ef01b9a7d525255c20a9f (patch) | |
| tree | 8f6233f7eaef65e66cc8ba2bd1e10c90f52cc62d /sys/mips/include | |
| parent | 982e7bdafc98611dd45a3551031ff73548390269 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include')
| -rw-r--r-- | sys/mips/include/_types.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index 1f654c4894f5..31cdb6409353 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -150,18 +150,4 @@ typedef int ___wchar_t; #define __WCHAR_MIN __INT_MIN /* min value for a wchar_t */ #define __WCHAR_MAX __INT_MAX /* max value for a wchar_t */ -/* - * Unusual type definitions. - */ -#ifdef __GNUCLIKE_BUILTIN_VARARGS -typedef __builtin_va_list __va_list; /* internally known to gcc */ -#else -typedef char * __va_list; -#endif /* __GNUCLIKE_BUILTIN_VARARGS */ -#if defined(__GNUC_VA_LIST_COMPATIBILITY) && !defined(__GNUC_VA_LIST) \ - && !defined(__NO_GNUC_VA_LIST) -#define __GNUC_VA_LIST -typedef __va_list __gnuc_va_list; /* compatibility w/GNU headers*/ -#endif - #endif /* !_MACHINE__TYPES_H_ */ |
