···3344#include <os/tsd.h>
5566-// TSD slot 6 is reserved by Apple for Windows/WINE compatibility.
66+// TSD slot 11 is reserved by Apple for Windows/WINE compatibility.
77// Since WINE can never run under Darling, we can use that slot for our own purposes.
88// Namely, we use it to store the the per-thread darlingserver socket.
99-#define __TSD_DSERVER_RPC_FD 6
99+#define __TSD_DSERVER_RPC_FD 11
10101111void mach_driver_init(const char** applep);
1212int lkm_call(int call_nr, void* arg);