mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 15:59:58 +00:00
Add L0 write/read remote object
Signed-off-by: liubb_0516 <liubeibei8@huawei.com>
This commit is contained in:
parent
c020949aed
commit
dd7d348778
@ -19,7 +19,7 @@
|
||||
|
||||
int32_t RpcGetPid(void)
|
||||
{
|
||||
return (int32_t)pthread_self();
|
||||
return (int32_t)pthread_self(); // Use tid instead of pid on mini system
|
||||
}
|
||||
|
||||
int32_t RpcGetUid(void)
|
||||
|
Loading…
Reference in New Issue
Block a user