[libc-commits] [libc] [libc] Export the RPC interface from `libc` (PR #71432)

Jon Chesterfield via libc-commits libc-commits at lists.llvm.org
Thu Nov 9 10:01:57 PST 2023


================
@@ -17,4 +17,7 @@ typedef struct {
   __UINT64_TYPE__ data[8];
 } rpc_buffer_t;
 
+typedef void (*rpc_callback_t)(rpc_buffer_t *buffer, void *data,
----------------
JonChesterfield wrote:

If we can't call these things uint32_t, we probably can't call them rpc_buffer_t either. Presumably __LIBC_RPC_BUFFER_T or whatever.

https://github.com/llvm/llvm-project/pull/71432


More information about the libc-commits mailing list