Changeset 5d1e4e5 in mainline for abi/include/abi/proc/uarg.h


Ignore:
Timestamp:
2021-11-21T19:18:27Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7ac0feb
Parents:
9ad591a9
Message:

Remove superfluous parentheses (ccheck)

File:
1 edited

Legend:

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

    r9ad591a9 r5d1e4e5  
    3939#include <_bits/native.h>
    4040
    41 typedef void (uspace_thread_function_t)(void *);
     41typedef void uspace_thread_function_t(void *);
    4242
    4343/** Structure passed to uinit kernel thread as argument. */
Note: See TracChangeset for help on using the changeset viewer.