start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / compiler / posixc / updatestdio.c
blob74113de2399d8f0bb0f96196fa314d25f034cd49
1 /*
2 Copyright © 2002, The AROS Development Team. All rights reserved.
3 $Id$
5 C function to update stdfiles when changed by dos functions.
6 */
8 #include "__fdesc.h"
10 /*****************************************************************************
12 NAME */
13 void updatestdio (
15 /* SYNOPSIS */
16 void)
18 /* FUNCTION
19 Update stdin, stdout, stderr to reflect changes done by calling
20 dos.library functions like SelectInput(), ...
22 INPUTS
25 RESULT
28 NOTES
29 stdin, stdout and stderr will be flushed before they are updated.
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 ******************************************************************************/
41 __updatestdio();
42 } /* open */