umka/windows/thread.c

11 lines
190 B
C
Raw Normal View History

#include <stdio.h>
2021-12-12 11:35:35 +01:00
void reset_procmask(void) {
printf("STUB: %s:%d", __FILE__, __LINE__);
}
int get_fake_if(void *ctx) {
printf("STUB: %s:%d", __FILE__, __LINE__);
return 0;
}