From 1c31aa7979138ee5bb443e5adfd6c22ff0680fd8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Sep 2006 15:57:56 +0000 Subject: * libio/stdio.h: Move open_wmemstream prototype to ... * wcsmbs/wchar.h: ... here. --- libio/stdio.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libio') diff --git a/libio/stdio.h b/libio/stdio.h index 566ec5a9bf..5e74305638 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -291,13 +291,7 @@ extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes) __THROW; /* Open a stream that writes into a malloc'd buffer that is expanded as necessary. *BUFLOC and *SIZELOC are updated with the buffer's location and the number of characters written on fflush or fclose. */ -extern FILE *open_memstream (char **__restrict __bufloc, - size_t *__restrict __sizeloc) __THROW; - -/* Like OPEN_MEMSTREAM, but the stream is wide oriented and produces - a wide character string. */ -extern FILE *open_wmemstream (wchar_t **__restrict __bufloc, - size_t *__restrict __sizeloc) __THROW; +extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __THROW; #endif -- cgit 1.4.1