A local error() impelmentation is used when libc does not provide it,
therefore link in libeu.a which contains this function in tests needing
error() API
Signed-off-by: Khem Raj
---
tests/Makefile.am | 60 +++
1 file changed, 30 insertions(+), 30 delet
On Sat, Nov 20, 2021 at 12:11 AM Alexander Kanavin
wrote:
>
> On Sat, 20 Nov 2021 at 05:13, Érico Nogueira wrote:
>>
>> For what it's worth, most of the time64 support patches that I have seen
>> use "%lld" and `long long` as the type for portable representation of
>> time, instead of intmax_t, b