This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new fdbf520a99 fix a typo
fdbf520a99 is described below

commit fdbf520a99cb422df20d61c25dd41f7149eb4e6b
Author: geniusdo <[email protected]>
AuthorDate: Mon Dec 16 00:36:23 2024 +0800

    fix a typo
---
 include/cxx/cmath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/cxx/cmath b/include/cxx/cmath
index 20dfe27262..d921ca693d 100644
--- a/include/cxx/cmath
+++ b/include/cxx/cmath
@@ -111,7 +111,7 @@ namespace std
   using ::cos;
   using ::cosh;
   using ::exp;
-  using ::expm1f;
+  using ::expm1;
   using ::fabs;
   using ::floor;
   using ::fmod;

Reply via email to