mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 19:55:41 +00:00
Yosys abc smallfix
This commit is contained in:
parent
1941e8f042
commit
a1c26a9da5
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ namespace abc {
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef __GLIBC__
|
||||
#define strerrorname_np(x) strerror(x)
|
||||
#endif
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue