fpos_t must be declared in the header (thx Esteban Campostrini)
commite3c960e1bdab0baa0afb2fefa5847dedc0fac870
authorVojtech Horky <vojtechhorky@users.sourceforge.net>
Sat, 15 Mar 2014 19:34:00 +0000 (15 20:34 +0100)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Sat, 15 Mar 2014 19:34:00 +0000 (15 20:34 +0100)
tree5309259853d77f066f305b73af4c57c11dea9cc8
parentc773adc11fc1f436e09c4f7464811461965cd937
fpos_t must be declared in the header (thx Esteban Campostrini)

There is no function for allocating the structure for the user and
by using only the forward declaration the user effectively cannot
create a variable of fpos_t type.
uspace/lib/posix/include/posix/stdio.h
uspace/lib/posix/source/stdio.c