mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Get stdargs right on the Alpha.
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
This commit is contained in:
parent
86ab96055c
commit
de3f50824c
1 changed files with 5 additions and 0 deletions
|
|
@ -74,7 +74,12 @@ typedef int _G_wchar_t;
|
|||
#endif
|
||||
typedef int _G_ssize_t;
|
||||
typedef int /* default */ _G_wint_t;
|
||||
#ifdef __i386__
|
||||
typedef char * _G_va_list;
|
||||
#else
|
||||
#define _G_NEED_STDARG_H
|
||||
#define _G_va_list va_list
|
||||
#endif /* __i386__ */
|
||||
#define _G_signal_return_type void
|
||||
#define _G_sprintf_return_type int
|
||||
#define _G_HAVE_ATEXIT 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue