From ae849b5788d5c0f6633e65d8daa2fe0779029a69 Mon Sep 17 00:00:00 2001 From: rainbow_0206 Date: Wed, 10 Oct 2018 15:39:32 +0800 Subject: Fix: modify the introduction document Change-Id: I87ce3ce4b41e3d34b4bb5f72406b73c16ac2d90e Signed-off-by: rainbow_0206 --- src/framework/common/base/include/common/common_mem_api.h | 2 +- src/framework/lib_common_mem/common_api.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/framework') diff --git a/src/framework/common/base/include/common/common_mem_api.h b/src/framework/common/base/include/common/common_mem_api.h index d143732..40b01b9 100644 --- a/src/framework/common/base/include/common/common_mem_api.h +++ b/src/framework/common/base/include/common/common_mem_api.h @@ -90,7 +90,7 @@ get_sys_pid () return g_sys_host_pid; } -pid_t updata_sys_pid (); +pid_t update_sys_pid (); u32_t sys_now (void); #define sys_sem_t sys_sem_t_v2 diff --git a/src/framework/lib_common_mem/common_api.c b/src/framework/lib_common_mem/common_api.c index 566b8be..cfb869d 100644 --- a/src/framework/lib_common_mem/common_api.c +++ b/src/framework/lib_common_mem/common_api.c @@ -275,7 +275,7 @@ sys_get_hostpid_from_file (pid_t pid) } pid_t -updata_sys_pid () +update_sys_pid () { g_sys_host_pid = SYS_HOST_INITIAL_PID; return get_sys_pid (); -- cgit 1.2.3-korg