X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_stdio.c;h=6e1f5effde50409d1f89967381a9d5054ce8a05a;hb=c269e263a6accd815ed5d08c0f5a6c3d5b9d3853;hp=78bbd3c3dab3e3d52d0731be50827e983c642dcb;hpb=e6bb80975fde20928a830170f0821d59a8c72690;p=fw%2Faltos diff --git a/src/ao_stdio.c b/src/ao_stdio.c index 78bbd3c3..6e1f5eff 100644 --- a/src/ao_stdio.c +++ b/src/ao_stdio.c @@ -66,7 +66,7 @@ getchar(void) __reentrant __critical void ao_add_stdio(char (*pollchar)(void), void (*putchar)(char), - void (*flush)(void)) + void (*flush)(void)) __reentrant { if (ao_num_stdios == AO_NUM_STDIOS) ao_panic(AO_PANIC_STDIO);