Changeset 193d280c in mainline for abi/include


Ignore:
Timestamp:
2015-06-01T00:04:05Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53031c2
Parents:
91deaff
Message:

cstyle improvements
replace traditional K&R-style function declarations and definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/abi/proc/uarg.h

    r91deaff r193d280c  
    4242        size_t uspace_stack_size;
    4343       
    44         void (* uspace_thread_function)();
     44        void (* uspace_thread_function)(void *);
    4545        void *uspace_thread_arg;
    4646       
Note: See TracChangeset for help on using the changeset viewer.