mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-27 00:30:32 +00:00
This should fix LA64 Static build
This commit is contained in:
parent
ee6e3a7a96
commit
63a80ff696
@ -590,7 +590,11 @@ GO(gethostent, pFv)
|
||||
GO(gethostent_r, iFppLpp)
|
||||
GO(gethostid, lFv)
|
||||
GOW(gethostname, iFpL)
|
||||
#ifdef STATICBUILD
|
||||
//GO(__gethostname_chk, iFpLL) // it's sometimes not defined, like in LA64 plateform, so lets no wrap it for now
|
||||
#else
|
||||
GO(__gethostname_chk, iFpLL)
|
||||
#endif
|
||||
GOW(getifaddrs, iFp)
|
||||
GO(getipv4sourcefilter, iFiuuppp)
|
||||
GOW(getitimer, iFup)
|
||||
@ -2405,7 +2409,11 @@ GOW(wcstoll, IFppi)
|
||||
//GOW(__wcstoll_l,
|
||||
GOW(wcstoll_l, IFppip)
|
||||
GO(wcstombs, LFppL)
|
||||
#ifdef STATICBUILD
|
||||
//GO(__wcstombs_chk, LFppLL) // it's sometimes not defined, like in LA64 plateform, so lets no wrap it for now
|
||||
#else
|
||||
GO(__wcstombs_chk, LFppLL)
|
||||
#endif
|
||||
GOW(wcstoq, IFppi)
|
||||
GO(wcstoul, LFppi)
|
||||
//GO(__wcstoul_internal,
|
||||
|
Loading…
Reference in New Issue
Block a user