From e632af260146dbf63702340fd499346c6a3541ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E7=9A=84=E7=81=B5=E9=AD=82=E6=98=AF=E4=B8=80?= =?UTF-8?q?=E7=89=87=E6=B5=B7?= <1021281533@qq.com> Date: Mon, 19 Oct 2020 19:52:32 +0800 Subject: [PATCH] update kernel/common/los_rootfs.c. --- kernel/common/los_rootfs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel/common/los_rootfs.c b/kernel/common/los_rootfs.c index 8add614e..391f137f 100644 --- a/kernel/common/los_rootfs.c +++ b/kernel/common/los_rootfs.c @@ -502,3 +502,8 @@ INT32 OsMountRootfs(VOID) free(fsType); return ret; } +#ifdef __cplusplus +#if __cplusplus +} +#endif /* __cplusplus */ +#endif /* __cplusplus */ -- Gitee