mirror of https://git.musl-libc.org/git/musl
Browse Source
a_store is only valid for int, but ssize_t may be defined as long or another type. since there is no valid way for another thread to acess the return value without first checking the error/completion status of the aiocb anyway, an atomic store is not necessary.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue