[PATCH] Fix i386 mathinline.h

Jakub Jelinek jakub@redhat.com
Tue May 23 08:36:00 GMT 2000


Hi!

sincos* is protected by __USE_GNU in mathcalls.h, so without this
__sincos* lack prototypes (and -Wmissing-prototypes does not like that).
Alternatively, we can provide the prototypes in mathinline.h for
#ifndef __USE_GNU.
Both patches are attached to this mail, please pick one.

	Jakub


More information about the Libc-hacker mailing list