FreeBSD Bugzilla – Attachment 148668 Details for
Bug 194613
Prototypes in man page open_memstream.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Prototypes in man page open_memstream.
open_memstream.txt (text/plain), 548 bytes, created by
henning.petersen
on 2014-10-26 14:52:53 UTC
(
hide
)
Description:
Prototypes in man page open_memstream.
Filename:
MIME Type:
Creator:
henning.petersen
Created:
2014-10-26 14:52:53 UTC
Size:
548 bytes
patch
obsolete
>Index: lib/libc/stdio/open_memstream.3 >=================================================================== >--- lib/libc/stdio/open_memstream.3 (revision 273691) >+++ lib/libc/stdio/open_memstream.3 (working copy) >@@ -37,10 +37,10 @@ > .Sh SYNOPSIS > .In stdio.h > .Ft FILE * >-.Fn open_memstream "char **bufp" "size_t **sizep" >+.Fn open_memstream "char **bufp" "size_t *sizep" > .In wchar.h > .Ft FILE * >-.Fn open_wmemstream "wchar_t **bufp" "size_t **sizep" >+.Fn open_wmemstream "wchar_t **bufp" "size_t *sizep" > .Sh DESCRIPTION > The > .Fn open_memstream
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194613
: 148668