[posix/stdio.m4],
[posix/stdint.m4],
[posix/stdlib.m4],
+ [posix/stdarg.m4],
[posix/sys_select.m4],
[posix/sys_socket.m4],
[posix/sys_stat.m4],
PSI_CONFIG_POSIX(stdio, stdio.h)
PSI_CONFIG_POSIX(stdlib, stdlib.h)
PSI_CONFIG_POSIX(unistd, unistd.h)
+ PSI_CONFIG_POSIX(stdarg, stdarg.h)
PSI_CONFIG_POSIX(sys/socket, sys/socket.h, [
PSI_CONFIG_POSIX(netinet/in, netinet/in.h, [
PSI_CONFIG_POSIX(arpa/inet, arpa/inet.h)
--- /dev/null
+PSI_CHECK_STDARG() {
+ PSI_OPAQUE_TYPE(va_list)
+ PSI_OPAQUE_TYPE(__builtin_va_list)
+}
\ No newline at end of file