Add -lm for static compile + minor test changes for 7.3

This commit is contained in:
Olof hagsand 2025-01-25 22:41:18 +01:00
parent 0ad59d3300
commit 1580aa7a2c
9 changed files with 10 additions and 8 deletions

View file

@ -384,7 +384,7 @@ clicon_hash_dump(clicon_hash_t *hash,
char **keys = NULL;
void *val;
size_t klen;
size_t vlen;
size_t vlen = 0;
if (hash == NULL)
goto ok;

View file

@ -579,7 +579,6 @@ clixon_msg_rcv11(int s,
if (intr){
if (clixon_signal_save(&oldsigset, oldsigaction) < 0)
goto done;
set_signal(SIGINT, SIG_IGN, NULL);
clicon_signal_unblock(SIGINT);
set_signal_flags(SIGINT, 0, atomicio_sig_handler, NULL);