diff options
Diffstat (limited to 'src/stdio/setvbuf.c')
-rw-r--r-- | src/stdio/setvbuf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/setvbuf.c b/src/stdio/setvbuf.c index 2edfdaea..5b143ecd 100644 --- a/src/stdio/setvbuf.c +++ b/src/stdio/setvbuf.c @@ -1,3 +1,5 @@ +#if 0 + #include <errno.h> #include <stdio.h> #include <stdlib.h> @@ -76,3 +78,6 @@ The ARGUMENT(size) argument specifies the size of the buffer. /* STDC(1) */ + + +#endif |