Date: Mon, 06 Feb 2017 19:43:11 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-standards@FreeBSD.org Subject: [Bug 216860] C11 conformance: csinhl() is missing Message-ID: <bug-216860-15@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216860 Bug ID: 216860 Summary: C11 conformance: csinhl() is missing Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: standards Assignee: freebsd-standards@FreeBSD.org Reporter: sgk@troutmask.apl.washington.edu #include <complex.h> long double complex foo(long double complex z) { return (csinhl(z)); } cc -c foo.c foo.c:7:12: warning: implicitly declaring library function 'csinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration] return (csinhl(z)); ^ foo.c:7:12: note: include the header <complex.h> or explicitly provide a declaration for 'csinhl' 1 warning generated. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216860-15>
