From a1c26a9da5ee6467bcecbfd566ed0306a2c505e5 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 25 Dec 2025 05:32:50 -0500 Subject: [PATCH] Yosys abc smallfix --- passes/techmap/abc.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index 3374768fd..99c0e9934 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -77,6 +77,10 @@ namespace abc { } #endif +#ifndef __GLIBC__ +#define strerrorname_np(x) strerror(x) +#endif + USING_YOSYS_NAMESPACE PRIVATE_NAMESPACE_BEGIN