Un-inline fclose()
authorH. Peter Anvin <hpa@zytor.com>
Wed, 27 Feb 2008 20:51:29 +0000 (12:51 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 27 Feb 2008 20:51:29 +0000 (12:51 -0800)
commit3d0cb11079c5dc6115a9282b51b1f42151c4926e
treeef1d65508a5afd349f54fd0bba6f8fec27198338
parentc7897f4098ce5977fe5dffa0ee15bc842339567f
Un-inline fclose()

gcc complains that fclose() is too big to be inlined with -Os, so
humour it and move fclose() out of line.
com32/include/stdio.h
com32/lib/Makefile
com32/lib/fclose.c [new file with mode: 0644]