Module Name: src
Committed By: rin
Date: Thu Sep 14 03:50:58 UTC 2023
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly:
c_locale.h
Log Message:
gcc: c_locale.h (c++locale.h): Drop unnecessary <cstdio> include
This has no longer been required since rev 1.6:
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h#rev1.6
where __convert_from_v() migrated to .cc file, and direct call for
vsnprintf_l(3) from this header file was removed.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.7 src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.8
--- src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h:1.7 Sun Jul 30 05:51:43 2023
+++ src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h Thu Sep 14 03:50:58 2023
@@ -44,8 +44,6 @@
#include <clocale>
#ifndef __NetBSD__
#include <xlocale.h>
-#else
-#include <cstdio>
#endif
#define _GLIBCXX_NUM_CATEGORIES 0