Changeset 31a30fa in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2017-05-04T22:19:12Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db8626d
Parents:
e141281
Message:

declare routines as noreturn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    re141281 r31a30fa  
    309309 * @return 0 on success, !0 on error.
    310310 */
    311 static void ldr_run(ipc_callid_t rid, ipc_call_t *request)
     311static __attribute__((noreturn)) void ldr_run(ipc_callid_t rid,
     312    ipc_call_t *request)
    312313{
    313314        DPRINTF("Set task name\n");
Note: See TracChangeset for help on using the changeset viewer.