3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

Yosys abc smallfix

This commit is contained in:
Akash Levy 2025-12-25 05:32:50 -05:00
parent 1941e8f042
commit a1c26a9da5

View file

@ -77,6 +77,10 @@ namespace abc {
}
#endif
#ifndef __GLIBC__
#define strerrorname_np(x) strerror(x)
#endif
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN