• Austin Clements's avatar
    Automatically generate user space syscall prototypes · 5ca8b8e0
    Austin Clements 提交于
    Any instances of userptr<T> in the kernel syscall prototypes are
    translated to regular pointers for the user space prototypes.  Also,
    this requires marking sys_exit's magic syscall comment with a new flag
    to indicate it does not return.
    5ca8b8e0
user.h 1.6 KB