1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Better gets prototype and fallout from removal

This commit is contained in:
Ulrich Drepper
2011-12-27 09:53:32 -05:00
parent 8b43a4cc56
commit 16578fa7b3
2 changed files with 7 additions and 2 deletions

View File

@ -638,7 +638,7 @@ extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
This function is a possible cancellation point and therefore not
marked with __THROW. */
extern char *gets (char *__s) __wur;
extern char *gets (char *__s) __wur __attribute_deprecated__;
#endif
__END_NAMESPACE_STD