this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove accidentally committed printf in ulock_wait

-1
-1
src/kernel/emulation/linux/psynch/ulock_wait.c
··· 19 19 int ret, op; 20 20 struct timespec ts; 21 21 bool no_errno = operation & ULF_NO_ERRNO; 22 - __simple_printf("sys_ulock_wait()\n"); 23 22 24 23 if (timeout > 0) 25 24 {