summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-03-17 12:54:06 +0000
committertjr <tjr@FreeBSD.org>2004-03-17 12:54:06 +0000
commit41709fbe79473b0282b070c0a2a57babf9217b57 (patch)
treeae8354afd96d20754619585f73c3aaff7ae3c512 /lib/libc
parentdab1ed1529873bbaa4dd1a0b31d9615440a78cd4 (diff)
downloadFreeBSD-src-41709fbe79473b0282b070c0a2a57babf9217b57.zip
FreeBSD-src-41709fbe79473b0282b070c0a2a57babf9217b57.tar.gz
Update list of macros defined in <stdio.h>.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/stdio.318
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 7a0d2f9..d54ee33 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -186,28 +186,44 @@ without first removing their current definitions with
.Dv SEEK_END ,
.Dv SEEK_SET ,
.Dv TMP_MAX ,
+.Dv clearerr ,
.Dv clearerr_unlocked ,
+.Dv feof ,
.Dv feof_unlocked ,
+.Dv ferror ,
.Dv ferror_unlocked ,
+.Dv fileno ,
.Dv fileno_unlocked ,
.Dv fropen ,
.Dv fwopen ,
+.Dv getc ,
.Dv getc_unlocked ,
+.Dv getchar ,
.Dv getchar_unlocked ,
+.Dv putc ,
.Dv putc_unlocked ,
+.Dv putchar ,
.Dv putchar_unlocked ,
.Dv stderr ,
.Dv stdin
and
.Dv stdout .
Function versions of the macro functions
+.Dv clearerr ,
.Dv clearerr_unlocked ,
+.Dv feof ,
.Dv feof_unlocked ,
+.Dv ferror ,
.Dv ferror_unlocked ,
+.Dv fileno ,
.Dv fileno_unlocked ,
+.Dv getc ,
.Dv getc_unlocked ,
+.Dv getchar ,
.Dv getchar_unlocked ,
-.Dv putc_unlocked
+.Dv putc ,
+.Dv putc_unlocked ,
+.Dv putchar ,
and
.Dv putchar_unlocked
exist and will be used if the macro
OpenPOWER on IntegriCloud