Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1922 → Rev 1923

/trunk/uspace/libc/generic/async.c
636,7 → 636,7
amsg_t *msg;
 
if (in_interrupt_handler) {
printf("Cannot send asynchronou request in interrupt handler.\n");
printf("Cannot send asynchronous request in interrupt handler.\n");
_exit(1);
}
 
662,7 → 662,7
amsg_t *msg;
 
if (in_interrupt_handler) {
printf("Cannot send asynchronou request in interrupt handler.\n");
printf("Cannot send asynchronous request in interrupt handler.\n");
_exit(1);
}