[libc-commits] [PATCH] D150327: [libc] Fix RPC interface when sending and recieving aribtrary packets
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 10 16:27:51 PDT 2023
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
s/recieve/receive/g but otherwise looks reasonable. Seems a good sign that send and recv now do different things, and I'm glad that you've changed the behaviour without modifying process (as that means I don't have to try to think through the concurrency behaviour)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150327/new/
https://reviews.llvm.org/D150327
More information about the libc-commits
mailing list