diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-06-08 10:24:37 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-06-08 10:24:37 +0000 |
commit | 3ac3ff325d4042c8a8e20821195938601994d8f8 (patch) | |
tree | aac13cc3f1c50f98a7985e036becf83df15a9795 /include/stdio.h | |
parent | 5b5ee4d977363af7e6521ff83ba021ca810d8968 (diff) | |
download | glibc-3ac3ff325d4042c8a8e20821195938601994d8f8.tar.gz glibc-3ac3ff325d4042c8a8e20821195938601994d8f8.tar.xz glibc-3ac3ff325d4042c8a8e20821195938601994d8f8.zip |
Say "C++ tests" in comment on __open_memstream declaration.
* include/stdio.h (__open_memstream): Say "C++ tests" in comment.
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 78bd3c471b..489e41999d 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) |