diff options
author | attilio <attilio@FreeBSD.org> | 2013-02-28 00:27:02 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2013-02-28 00:27:02 +0000 |
commit | a815147cd7c785945e4c4bc79952f6102d52415d (patch) | |
tree | dcdfdfda6671515072a8f8f3071cac0ab3436955 /include/stdio.h | |
parent | 6ff1954532678bdc14498c2a61e2b749acb17398 (diff) | |
parent | 98a0da7498845f515692f5d3913c7369c4740cfe (diff) | |
download | FreeBSD-src-a815147cd7c785945e4c4bc79952f6102d52415d.zip FreeBSD-src-a815147cd7c785945e4c4bc79952f6102d52415d.tar.gz |
MFC
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 4fc78b8..19b1e20 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -346,6 +346,7 @@ char *tempnam(const char *, const char *); FILE *fmemopen(void * __restrict, size_t, const char * __restrict); ssize_t getdelim(char ** __restrict, size_t * __restrict, int, FILE * __restrict); +FILE *open_memstream(char **, size_t *); int renameat(int, const char *, int, const char *); int vdprintf(int, const char * __restrict, __va_list); |