Skip to content

Commit

Permalink
fixes #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 2b5b99c commit 9414a69
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 @@ -233,7 +233,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 9414a69

Please sign in to comment.