|
@@ -88,7 +88,7 @@ typedef __STDIO_fpos64_t fpos64_t;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* The possibilities for the third argument to `setvbuf'. */
|
|
/* 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 _IOLBF __STDIO_IOLBF /* Line buffered. */
|
|
#define _IONBF __STDIO_IONBF /* No buffering. */
|
|
#define _IONBF __STDIO_IONBF /* No buffering. */
|
|
|
|
|
|
@@ -122,7 +122,7 @@ typedef __STDIO_fpos64_t fpos64_t;
|
|
/* Get the values:
|
|
/* Get the values:
|
|
L_tmpnam How long an array of chars must be to be passed to `tmpnam'.
|
|
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
|
|
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).
|
|
or tempnam (the two are separate).
|
|
L_ctermid How long an array to pass to `ctermid'.
|
|
L_ctermid How long an array to pass to `ctermid'.
|
|
L_cuserid How long an array to pass to `cuserid'.
|
|
L_cuserid How long an array to pass to `cuserid'.
|