From nobody Tue Nov  2 01:17:02 2021
X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BA47318266AC;
	Tue,  2 Nov 2021 01:17:03 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4HjsSZ45Xvz3Cx5;
	Tue,  2 Nov 2021 01:17:02 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A3141BA5B;
	Tue,  2 Nov 2021 01:17:02 +0000 (UTC)
	(envelope-from git@FreeBSD.org)
Received: from gitrepo.freebsd.org ([127.0.1.44])
	by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A21H2Qe078713;
	Tue, 2 Nov 2021 01:17:02 GMT
	(envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
	by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A21H2nl078712;
	Tue, 2 Nov 2021 01:17:02 GMT
	(envelope-from git)
Date: Tue, 2 Nov 2021 01:17:02 GMT
Message-Id: <202111020117.1A21H2nl078712@gitrepo.freebsd.org>
To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org,
        dev-commits-src-branches@FreeBSD.org
From: Konstantin Belousov <kib@FreeBSD.org>
Subject: git: 8b231404a1b2 - stable/13 - sinpi,cospi,tanpi: float.h needed for week reference
List-Id: Commits to the stable branches of the FreeBSD src repository <dev-commits-src-branches.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches
List-Help: <mailto:dev-commits-src-branches+help@freebsd.org>
List-Post: <mailto:dev-commits-src-branches@freebsd.org>
List-Subscribe: <mailto:dev-commits-src-branches+subscribe@freebsd.org>
List-Unsubscribe: <mailto:dev-commits-src-branches+unsubscribe@freebsd.org>
Sender: owner-dev-commits-src-branches@freebsd.org
X-BeenThere: dev-commits-src-branches@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: kib
X-Git-Repository: src
X-Git-Refname: refs/heads/stable/13
X-Git-Reftype: branch
X-Git-Commit: 8b231404a1b29c1a21636d4db1ee1e454a87e54c
Auto-Submitted: auto-generated
X-ThisMailContainsUnwantedMimeParts: N

The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=8b231404a1b29c1a21636d4db1ee1e454a87e54c

commit 8b231404a1b29c1a21636d4db1ee1e454a87e54c
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2021-10-28 22:53:13 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-11-02 01:16:29 +0000

    sinpi,cospi,tanpi: float.h needed for week reference
    
    PR:     218514
    
    (cherry picked from commit 3bfc837685b8128067b946b31dfe2120dae0d003)
---
 lib/msun/src/s_cospi.c | 1 +
 lib/msun/src/s_sinpi.c | 1 +
 lib/msun/src/s_tanpi.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/lib/msun/src/s_cospi.c b/lib/msun/src/s_cospi.c
index 92a5f467c97f..860219efd3e4 100644
--- a/lib/msun/src/s_cospi.c
+++ b/lib/msun/src/s_cospi.c
@@ -60,6 +60,7 @@
  *    cospi(nan) = nan.  Raises the "invalid" floating-point exception.
  */
 
+#include <float.h>
 #include "math.h"
 #include "math_private.h"
 
diff --git a/lib/msun/src/s_sinpi.c b/lib/msun/src/s_sinpi.c
index b9731112a7eb..858459a5fcb4 100644
--- a/lib/msun/src/s_sinpi.c
+++ b/lib/msun/src/s_sinpi.c
@@ -63,6 +63,7 @@
  *    sinpi(nan) = nan.  Raises the "invalid" floating-point exception.
  */
 
+#include <float.h>
 #include "math.h"
 #include "math_private.h"
 
diff --git a/lib/msun/src/s_tanpi.c b/lib/msun/src/s_tanpi.c
index e01917c94c15..01d4c74367fd 100644
--- a/lib/msun/src/s_tanpi.c
+++ b/lib/msun/src/s_tanpi.c
@@ -63,6 +63,7 @@
  *    tanpi(nan) = NaN.  Raises the "invalid" floating-point exception.
  */
 
+#include <float.h>
 #include "math.h"
 #include "math_private.h"