This makes the interface less error prone. The acquire was previously
forgotten. Release is currently missing if recv() is the last operation made
before close.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- drop braces around condition
libc/src/__support/RPC/rpc.h | ||
---|---|---|
531 | Writing the comment out twice seems excessive. This makes this code match the copy&paste in the other class too. |
LLVM style has no braces around single line ifs.