Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4522 → Rev 4523

/trunk/uspace/lib/libc/generic/io/vprintf.c
87,7 → 87,7
futex_down(&printf_futex);
/*
* Prevent other pseudo threads of the same thread
* Prevent other fibrils of the same thread
* to execute printf_core()
*/
async_serialize_start();