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:
chao an 2023-08-28 11:31:05 +08:00 committed by Petro Karashchenko
parent 3a9088c144
commit 518dcbdaad
1 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,12 @@
#ifndef __ASSEMBLY__
/****************************************************************************
* Type Declarations
****************************************************************************/
typedef int pid_t;
/****************************************************************************
* Public Type Definitions
****************************************************************************/