Date: Mon, 19 Jun 2023 08:04:44 +0000 From: bugzilla-noreply@freebsd.org To: standards@FreeBSD.org Subject: [Bug 271808] -D_POSIX_C_SOURCE=200809L shadows visibility of M_PI from math.h Message-ID: <bug-271808-99-ak7QRPW9zq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271808-99@https.bugs.freebsd.org/bugzilla/> References: <bug-271808-99@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271808 Tijl Coosemans <tijl@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tijl@FreeBSD.org --- Comment #2 from Tijl Coosemans <tijl@FreeBSD.org> --- M_PI is part of XSI. You need to compile with -D_XOPEN_SOURCE=3D700 if you= want POSIX 2008 with XSI. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271808-99-ak7QRPW9zq>