• S
    [rt-smart] Fix return value in syscall (#7045) · fcc01a61
    Shell 提交于
    * [timer] fix sys return value to avoid outdated errno
    
    * [rtdef] add wrap to stringify
    
    * [syscall] return value in rt errno should be recycle immediately after call to posix layer
    
    * [syscall] return type of syscall should be long
    errno should be recycle immediately after call to rt posix layer to avoid
    outdated value
    
    * [format] move prototype to header file
    
    * [fix] futex definition conflict
    fcc01a61
rtdef.h 54.7 KB