X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Frculfhash.c;h=811d5156ccdebc06679758ea282c9df22060fd16;hp=5b3c06b5a85ab6047cf133b3aea0ae1d0d955015;hb=9fd30396a597942084b007f33cc7f2c279f746e9;hpb=1a990de3addad89fc397f57bb359175d307e6960;ds=sidebyside diff --git a/src/rculfhash.c b/src/rculfhash.c index 5b3c06b..811d515 100644 --- a/src/rculfhash.c +++ b/src/rculfhash.c @@ -2168,7 +2168,7 @@ static void cds_lfht_worker_init(struct urcu_workqueue *workqueue, urcu_die(errno); ret = sigdelset(&mask, SIGRCU); if (ret) - urcu_die(ret); + urcu_die(errno); ret = pthread_sigmask(SIG_SETMASK, &mask, NULL); if (ret) urcu_die(ret);