From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/stdarg.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/sys/stdarg.h') diff --git a/sys/sys/stdarg.h b/sys/sys/stdarg.h index 7b9b403..6309957 100644 --- a/sys/sys/stdarg.h +++ b/sys/sys/stdarg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdarg.h,v 1.9 2019/12/12 15:55:36 visa Exp $ */ +/* $OpenBSD: stdarg.h,v 1.10 2020/07/21 23:09:00 daniel Exp $ */ /* * Copyright (c) 2003, 2004 Marc espie * @@ -20,8 +20,6 @@ #include -#if (defined(__GNUC__) && __GNUC__ >= 3) || defined(__PCC__) - /* Define __gnuc_va_list. */ #ifndef __GNUC_VA_LIST @@ -40,10 +38,6 @@ typedef __builtin_va_list __gnuc_va_list; typedef __gnuc_va_list va_list; -#else -#error "unsupported compiler" -#endif - #if __ISO_C_VISIBLE >= 1999 #define va_copy(dst, src) __va_copy((dst), (src)) #endif -- cgit v1.2.3