[PATCH v1 12/35] stdlib/gmp.h: Remove unused __gmp_inline macro

Alejandro Colomar alx@kernel.org
Sun Nov 9 21:53:16 GMT 2025


Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 stdlib/gmp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stdlib/gmp.h b/stdlib/gmp.h
index 77665ced9d..38bcc9273c 100644
--- a/stdlib/gmp.h
+++ b/stdlib/gmp.h
@@ -34,8 +34,6 @@ along with the GNU MP Library; see the file COPYING.LIB.  If not, see
 #define __gmp_const
 #endif
 
-#define __gmp_inline __inline__
-
 #ifndef _EXTERN_INLINE
 #define _EXTERN_INLINE __extern_inline
 #endif
-- 
2.51.0



More information about the Libc-alpha mailing list