sim/internal: add typedef pid_t to enhance sim compatibility
enhance sim compatibility on windows Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
3a9088c144
commit
518dcbdaad
|
@ -134,6 +134,12 @@
|
|||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
/****************************************************************************
|
||||
* Type Declarations
|
||||
****************************************************************************/
|
||||
|
||||
typedef int pid_t;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue