diff options
Diffstat (limited to 'src/stdio/_IOLBF.c')
| -rw-r--r-- | src/stdio/_IOLBF.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdio/_IOLBF.c b/src/stdio/_IOLBF.c deleted file mode 100644 index e11fe4fc..00000000 --- a/src/stdio/_IOLBF.c +++ /dev/null @@ -1,12 +0,0 @@ -#define _IOLBF (2) - -/** line buffering **/ - -/*** -is used as the ARGUMENT(mode) in calls to FUNCTION(setvbuf) to indicate that -a stream should be line buffered. -***/ - -/* -STDC(1) -*/ |
