mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
Add prototypes for the non-standard _unlocked functions.
This commit is contained in:
parent
528e3c946d
commit
e8065dc491
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109168
@ -302,6 +302,12 @@ int getchar_unlocked(void);
|
||||
int putc_unlocked(int, FILE *);
|
||||
int putchar_unlocked(int);
|
||||
#endif
|
||||
#if __BSD_VISIBLE
|
||||
void clearerr_unlocked(FILE *);
|
||||
int feof_unlocked(FILE *);
|
||||
int ferror_unlocked(FILE *);
|
||||
int fileno_unlocked(FILE *);
|
||||
#endif
|
||||
|
||||
#if __POSIX_VISIBLE >= 200112
|
||||
int fseeko(FILE *, __off_t, int);
|
||||
|
Loading…
Reference in New Issue
Block a user