From 14613e5e74b633aeaa4f69e7ea096074ba94cb1f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 16 Sep 2004 21:15:14 +0000 Subject: 2004-09-16 Antony King * libc/ctype/ctype.tex: Added missing documentation. * libc/stdio/stdio.tex Ditto. * libc/stdlib/stdlib.tex Ditto. * libc/string/strings.tex Ditto. * libc/time/time.tex: Ditto. * libc/stdio/setbuffer.c: Removed setlinebuf documentation. --- newlib/libc/stdio/setbuffer.c | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'newlib/libc/stdio/setbuffer.c') diff --git a/newlib/libc/stdio/setbuffer.c b/newlib/libc/stdio/setbuffer.c index 4b2e2f62c..e88187446 100644 --- a/newlib/libc/stdio/setbuffer.c +++ b/newlib/libc/stdio/setbuffer.c @@ -63,41 +63,6 @@ RETURNS PORTABILITY This function comes from BSD not ANSI or POSIX. -Supporting OS subroutines required: <>, <>, <>, -<>, <>, <>, <>. - - -FUNCTION -<>---specify line buffering for a file or stream - -INDEX - setlinebuf - -ANSI_SYNOPSIS - #include - void setlinebuf(FILE *<[fp]>); - -TRAD_SYNOPSIS - #include - void setlinebuf(<[fp]>) - FILE *<[fp]>; - -DESCRIPTION -<> specifies that output to the file or stream identified by -<[fp]> should be line buffered. This causes the file or stream to pass -on output to the host system at every newline, as well as when the -buffer is full, or when an input operation intervenes. - -WARNINGS -You may only use <> before performing any file operation -other than opening the file. - -RETURNS -<> returns as per setvbuf. - -PORTABILITY -This function comes from BSD not ANSI or POSIX. - Supporting OS subroutines required: <>, <>, <>, <>, <>, <>, <>. */ -- cgit v1.2.3