================
@@ -34,9 +34,11 @@ namespace lldb_private {
 #if defined(_WIN32)
 typedef SOCKET NativeSocket;
 typedef lldb::pipe_t shared_fd_t;
+typedef const char *set_socket_option_arg_type;
----------------
slydiman wrote:

Updated. Fixed also a typo
`set`_socket_option_arg_type option_value_p =
      reinterpret_cast<`get`_socket_option_arg_type>(&option_value);

https://github.com/llvm/llvm-project/pull/106640
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to