summaryrefslogtreecommitdiffhomepage
path: root/src/stdio/nt64/fflush.c
blob: 4c88f20516a599cdf6cd71b98d3e40e313bc780d (plain)
1
2
3
4
5
6
#include "../fflush.c"

int __fflush_unlocked_impl(FILE *f)
{
	return __fflush_unlocked(f);
}