From 3ac3ff325d4042c8a8e20821195938601994d8f8 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 8 Jun 2015 10:24:37 +0000 Subject: Say "C++ tests" in comment on __open_memstream declaration. * include/stdio.h (__open_memstream): Say "C++ tests" in comment. --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdio.h b/include/stdio.h index 78bd3c4..489e419 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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) -- cgit v1.1