Changes in uspace/lib/c/generic/async.c [0b4a67a:e35bf88] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r0b4a67a re35bf88 536 536 if (callid) 537 537 ipc_answer_0(callid, ENOMEM); 538 return (uintptr_t)NULL;538 return NULL; 539 539 } 540 540 … … 556 556 if (callid) 557 557 ipc_answer_0(callid, ENOMEM); 558 return (uintptr_t)NULL;558 return NULL; 559 559 } 560 560
Note:
See TracChangeset
for help on using the changeset viewer.