Remove redundant check.
Reported by: kib@ MFC after: 2 weeks X-MFC with: r331936 Differential Revision: https://reviews.freebsd.org/D12785
This commit is contained in:
parent
e8a4bb5866
commit
dc711d6db3
@ -270,7 +270,7 @@ size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict);
|
||||
int getc(FILE *);
|
||||
int getchar(void);
|
||||
char *gets(char *);
|
||||
#if defined(__EXT1_VISIBLE) && __EXT1_VISIBLE == 1
|
||||
#if __EXT1_VISIBLE
|
||||
char *gets_s(char *, rsize_t);
|
||||
#endif
|
||||
void perror(const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user