Re: [PATCH] features.h: do not consider _GNU_SOURCE for gets
Arsen Arsenović <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Arsen Arsenović <[email protected]> writes: > Currently, -std=c99 -D_GNU_SOURCE and similar lack the 'gets' > declaration. > > This causes, say, programs using the: > > extern __typeof__ (gets) function __attribute__ ((__warning__ (...))) There's a typo there. That's meant to be: extern __typeof__ (gets) gets __attribute__ ((__warning__ (...))) ... of course. -- Arsen Arsenović
signature.asc
(application/pgp-signature, 418 B)
-----BEGIN PGP SIGNATURE----- iQECBAEWCgCqFiEE/uKz0RP8AKMWLWBhUsKUMB6ixJMFAmqBfRsbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25z Lm9wZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGRUUyQjNEMTEzRkMwMEEzMTYyRDYw NjE1MkMyOTQzMDFFQTJDNDkzEBxhcnNlbkBhYXJzZW4ubWUACgkQUsKUMB6ixJN8 UgD+PIHlum1R+vvwf/Tp577qLKwAruu1QOvgbMEGsGeovyMBAJVWIKeVY2P8cwDH QMqmS5RHKmMwM3MihWXaUvENTlwD =XPcI -----END PGP SIGNATURE-----