[all] cleanup use of atomic locking and switch to C11 stdatomic

This commit is contained in:
Geoffrey McRae
2020-01-29 19:06:09 +11:00
parent cc2c49644d
commit 939bb07603
4 changed files with 19 additions and 24 deletions

View File

@@ -27,7 +27,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdatomic.h>
#include <sys/types.h>
#include <sys/socket.h>