mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update list of macros defined in <stdio.h>.
This commit is contained in:
parent
7a0fae27c9
commit
3236e08bf8
1 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue