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
f89d4e8b7c
commit
de31a1ac8f
@ -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…
x
Reference in New Issue
Block a user