Changeset 2b017ba in mainline for uspace/libc/generic/async.c
- Timestamp:
- 2006-10-16T20:51:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f9b4d9a
- Parents:
- e3890b3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/generic/async.c
re3890b3f r2b017ba 637 637 638 638 if (in_interrupt_handler) { 639 printf("Cannot send asynchronou request in interrupt handler.\n");639 printf("Cannot send asynchronous request in interrupt handler.\n"); 640 640 _exit(1); 641 641 } … … 663 663 664 664 if (in_interrupt_handler) { 665 printf("Cannot send asynchronou request in interrupt handler.\n");665 printf("Cannot send asynchronous request in interrupt handler.\n"); 666 666 _exit(1); 667 667 }
Note:
See TracChangeset
for help on using the changeset viewer.