Skip to content
Snippets Groups Projects
Commit 57caaccd authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov Committed by Sulverus
Browse files

Fix undeclaration count with funopen

parent 46a56b37
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ fiob_ceil(off_t off)
#ifdef HAVE_FUNOPEN
static int
fiob_read(void *cookie, char *buf, int len)
fiob_read(void *cookie, char *buf, int count)
#else
static ssize_t
fiob_read(void *cookie, char *buf, size_t count)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment