Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9342 Boppan 1
void reset_procmask(void) {
2
	printf("STUB: %s()", __func__);
3
}
4
 
5
int get_fake_if(void *ctx) {
6
	printf("STUB: %s() -> 0", __func__);
7
	return 0;
8
}