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