Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/func.h

    r16da5f8e r82474ef  
    4141extern atomic_t haltstate;
    4242
    43 extern void halt(void);
     43extern void halt(void) __attribute__((noreturn));
    4444extern unative_t atoi(const char *text);
    4545extern void order(const uint64_t val, uint64_t *rv, char *suffix);
Note: See TracChangeset for help on using the changeset viewer.