2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 BSD legacy function setlinebuf().
6 Function is deprecated and not part of POSIX standard.
9 /*****************************************************************************
26 This is a simpler alias for setvbuf() according to manpage.
27 This function is not part of POSIX and programmers are advised
28 to use setvbuf() function directly.
29 Legacy functions may be removed in the future.
39 This function is part of the static link lib and not in
42 ******************************************************************************/
44 setvbuf(stream
, (char *)NULL
, _IOLBF
, 0);