diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2018-04-03 20:59:46 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2018-04-03 20:59:46 +0000 |
| commit | dc711d6db32bedec06db3617a16d73aa1a1da514 (patch) | |
| tree | e2c13fd85f4edd2f2d279aae250057a53459b4de /include | |
| parent | e8a4bb586667f562d7679f6f9b22903c7f10624e (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index d6986e154273..e94583097a26 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 *); |
