Changeset e510b28 in mainline for abi/include/abi/proc/uarg.h


Ignore:
Timestamp:
2021-11-19T21:33:14Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27a5040
Parents:
3b1660a
Message:

Missing '*' in function pointer declaration (ccheck)

File:
1 edited

Legend:

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

    r3b1660a re510b28  
    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.