stdio.h: change fflush() from "extern inline" to "static inline"
commitcab26c384c492eba1cf6bce985df67de5ed48d37
authorH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:20:34 +0000 (12 11:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:20:34 +0000 (12 11:20 -0700)
treeb187016ef8d7807a17cd4b41da02747bb8f1d2bd
parent83a94f669e1aa6c035e81374225bfaab9796d39e
stdio.h: change fflush() from "extern inline" to "static inline"

When compiling with -std=gnu99, apparently gcc doesn't like "extern
inline" anymore.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/stdio.h