[libc-commits] [libc] [libc] Export the RPC interface from `libc`	(PR #71432)
    Joseph Huber via libc-commits 
    libc-commits at lists.llvm.org
       
    Thu Nov  9 14:09:19 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,
----------------
jhuber6 wrote:
Those are macros provided by GCC and clang that pretty much expand to the same thing, don't think we need to follow the naming convention.
https://github.com/llvm/llvm-project/pull/71432
    
    
More information about the libc-commits
mailing list