compiler/clib: Made definition of struct sFILE private to arosc.library
commit7b9ca64fc490d5db04a1f3c329780f0371120839
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 17:56:52 +0000 (5 17:56 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 5 Feb 2012 17:56:52 +0000 (5 17:56 +0000)
tree2ec67a902f875a620c0bf54af26280b58d37fc43
parent8bded3a40be2791efb0b8ec7bfb4f69bdffb8f57
compiler/clib: Made definition of struct sFILE private to arosc.library

It is defined now in __stdio.h
Include this file where needed, don't include it where not needed.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43882 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
18 files changed:
compiler/clib/__stdio.h
compiler/clib/clearerr.c
compiler/clib/fchmod.c
compiler/clib/feof.c
compiler/clib/ferror.c
compiler/clib/fgetc.c
compiler/clib/fgets.c
compiler/clib/fileno.c
compiler/clib/fputc.c
compiler/clib/fputs.c
compiler/clib/include/stdio.h
compiler/clib/popen.c
compiler/clib/read.c
compiler/clib/setvbuf.c
compiler/clib/ungetc.c
compiler/clib/vfprintf.c
compiler/clib/vfscanf.c
compiler/clib/write.c