diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 18:01:45 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 18:01:45 +0000 |
| commit | 5d96ee84a344a55682848b1338b9bcd0618e341b (patch) | |
| tree | 50ded6b8787a8477a36479dfe5f2b5b772b93cf9 /include/stdio.h | |
| parent | 886d6acb51d50addaff443042b399536654e954e (diff) | |
| download | uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.bz2 uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.xz | |
Synch with trunk @ 24075.
Step 8: include folder
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index c854ec333..f14016aa1 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -88,7 +88,7 @@ typedef __STDIO_fpos64_t fpos64_t; #endif /* The possibilities for the third argument to `setvbuf'. */ -#define _IOFBF __STDIO_IOFBF /* Fully buffered. */ +#define _IOFBF __STDIO_IOFBF /* Fully buffered. */ #define _IOLBF __STDIO_IOLBF /* Line buffered. */ #define _IONBF __STDIO_IONBF /* No buffering. */ @@ -122,7 +122,7 @@ typedef __STDIO_fpos64_t fpos64_t; /* Get the values: L_tmpnam How long an array of chars must be to be passed to `tmpnam'. TMP_MAX The minimum number of unique filenames generated by tmpnam - (and tempnam when it uses tmpnam's name space), + (and tempnam when it uses tmpnam's name space), or tempnam (the two are separate). L_ctermid How long an array to pass to `ctermid'. L_cuserid How long an array to pass to `cuserid'. |
