!544 fix killpg and waitid
Merge pull request !544 from wangjianjun/waitid
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#define _LOS_PROCESS_H
|
||||
|
||||
#include "los_task.h"
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef LOSCFG_FS_VFS
|
||||
#include "fs/fd_table.h"
|
||||
@@ -58,6 +59,8 @@ extern UINT32 LOS_GetCurrProcessID(VOID);
|
||||
|
||||
extern INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage);
|
||||
|
||||
extern INT32 LOS_Waitid(INT32 pid, USER siginfo_t *info, UINT32 options, VOID *rusage);
|
||||
|
||||
extern INT32 LOS_GetCurrProcessGroupID(VOID);
|
||||
|
||||
extern INT32 LOS_GetProcessGroupID(UINT32 pid);
|
||||
|
||||
Reference in New Issue
Block a user