mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
Fix the typedef of va_list.
This commit is contained in:
parent
5207734205
commit
c3917acb86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85191
@ -37,7 +37,9 @@
|
||||
#ifndef _STDARG_H_
|
||||
#define _STDARG_H_
|
||||
|
||||
typedef char *va_list;
|
||||
#include <machine/ansi.h>
|
||||
|
||||
typedef _BSD_VA_LIST_ va_list;
|
||||
|
||||
#define __va_size(type) \
|
||||
(((sizeof(type) + sizeof(int) - 1) / sizeof(int)) * sizeof(int))
|
||||
|
Loading…
Reference in New Issue
Block a user