Changeset 9ad591a9 in mainline for abi/include/abi/proc/uarg.h


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

Revert previous two commits (needs more work)

File:
1 edited

Legend:

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

    r27a5040 r9ad591a9  
    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.