summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/include/stdio.h
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2019-02-04 17:04:33 +0000
committerpatrick <patrick@openbsd.org>2019-02-04 17:04:33 +0000
commit71d9f34297ef5b8104aac6236e8dc7c95ff5da15 (patch)
tree92fdcc887ac1b153c5e7da9cb557e6207705d89e /lib/libcxx/include/stdio.h
parentImport libc++ 7.0.1. (diff)
downloadwireguard-openbsd-71d9f34297ef5b8104aac6236e8dc7c95ff5da15.tar.xz
wireguard-openbsd-71d9f34297ef5b8104aac6236e8dc7c95ff5da15.zip
Merge libc++, libc++abi and libunwind version 7.0.1.
Tested by visa on octeon Tested by kettenis on arm64, armv7 and sparc64 "go for it" deraadt and sthen
Diffstat (limited to 'lib/libcxx/include/stdio.h')
-rw-r--r--lib/libcxx/include/stdio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libcxx/include/stdio.h b/lib/libcxx/include/stdio.h
index 616d0a02d6a..b2e7cc28c98 100644
--- a/lib/libcxx/include/stdio.h
+++ b/lib/libcxx/include/stdio.h
@@ -109,13 +109,6 @@ void perror(const char* s);
#ifdef __cplusplus
-// snprintf
-#if defined(_LIBCPP_MSVCRT_LIKE)
-extern "C" {
-int vasprintf(char **sptr, const char *__restrict fmt, va_list ap);
-}
-#endif
-
#undef getc
#undef putc
#undef clearerr