]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/tst-wmemstream3.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / libio / tst-wmemstream3.c
index d0e4973768bfa0cf9c5ce078684c4f9e0930829d..1bf9330f63a4611ef2839cdf04bf689473ee8776 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for open_memstream implementation.
-   Copyright (C) 2016-2018 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <wchar.h>
 
@@ -37,7 +37,7 @@ fwwrite (const void *ptr, size_t size, size_t nmemb, FILE *arq)
 #define W(o) L##o
 #define OPEN_MEMSTREAM open_wmemstream
 #define PRINTF wprintf
-#define FWRITE fwwrite
+#define FWRITE_FUNC fwwrite
 #define FPUTC  fputwc
 #define STRCMP wcscmp