Erik Faye-Lund pisze: > Couldn't the windows version of pthread_create have a wrapper > function, that corrected the calling convention, much like the > function run_thread that start_async in run-command.c has? Can't be done without allocations. I'd have to pass to that wrapping thread function an address of original function *and* an original argument, and there's no way to pack that as one void*. -- Andrzej -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html