diff --git a/00446-Resolve-sinpi-name-clash-with-libm.patch b/00446-Resolve-sinpi-name-clash-with-libm.patch index aa64ca9..6cece53 100644 --- a/00446-Resolve-sinpi-name-clash-with-libm.patch +++ b/00446-Resolve-sinpi-name-clash-with-libm.patch @@ -1,5 +1,5 @@ -From f1f8bcec93f3ec6027ddfb523a0faf9ddd9c72d6 Mon Sep 17 00:00:00 2001 -From: Victor Stinner +From d2e9c370cfd415f72a8fa4fb5a16d05b4420a18b Mon Sep 17 00:00:00 2001 +From: Dima Pasechnik Date: Wed, 18 Dec 2024 14:31:08 +0100 Subject: [PATCH] 00446: Resolve sinpi name clash with libm @@ -13,6 +13,8 @@ Steve Kargl, who worken on putting sinpi into libm used on FreeBSD https://en.cppreference.com/w/c/experimental/fpext4). (cherry picked from commit f57cd8288dbe6aba99c057f37ad6d58f8db75350) + +Co-authored-by: Victor Stinner --- Modules/mathmodule.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)