Say "C++ tests" in comment on __open_memstream declaration.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 8 Jun 2015 10:24:37 +0000 (10:24 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 8 Jun 2015 10:24:37 +0000 (10:24 +0000)
* include/stdio.h (__open_memstream): Say "C++ tests" in comment.

ChangeLog
include/stdio.h

index cc08ba8..9552fc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
+
 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
 
        * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
index 78bd3c4..489e419 100644 (file)
@@ -161,7 +161,7 @@ libc_hidden_proto (__fgets_unlocked)
 libc_hidden_proto (fputs_unlocked)
 libc_hidden_proto (fmemopen)
 /* The prototype needs repeating instead of using __typeof to use
-   __THROW in C++.  */
+   __THROW in C++ tests.  */
 extern FILE *__open_memstream (char **, size_t *) __THROW __wur;
 libc_hidden_proto (__open_memstream)
 libc_hidden_proto (__libc_fatal)