Skip to content

Commit

Permalink
fixes nanomsg#1176 Unable to build latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 27, 2020
1 parent b74e76c commit 53ae1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/posix/posix_atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ nni_atomic_swap_bool(nni_atomic_bool *b, bool n)
}

void
nni_atomic_initbool(nni_atomic_bool *b)
nni_atomic_init_bool(nni_atomic_bool *b)
{
b->b = false;
}
Expand Down

0 comments on commit 53ae1a5

Please sign in to comment.