commit | 8b2c8a7894dafa36dd33145affaebadc5be632ee | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sun Oct 21 01:52:59 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 21 05:44:38 2018 +0200 |
tree | 8335e1be319ba5c90bf8ac5005c3f2b2902193ea | |
parent | 62975a7740cba4bdaf1c096dd246feba854d2410 [diff] |
BUILD: memory: fix free_list pointer declaration again for atomic CAS Similary to what's been done in 7a6ad88b02d8b74c2488003afb1a7063043ddd2d, take into account that free_list that free_list is a void **, and so use a void ** too when attempting to do a CAS.