mirror of https://github.com/YosysHQ/yosys.git
Yosys abc smallfix
This commit is contained in:
parent
1941e8f042
commit
a1c26a9da5
|
|
@ -77,6 +77,10 @@ namespace abc {
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef __GLIBC__
|
||||
#define strerrorname_np(x) strerror(x)
|
||||
#endif
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue