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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user