update interfaces/innerkits/fs_manager/fstab_mount.c.

Signed-off-by: 蓝色大魔王 <hanqiaosheng@huawei.com>
This commit is contained in:
蓝色大魔王 2024-01-29 06:23:22 +00:00 committed by Gitee
parent 173566e7f8
commit b1e5305049
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -44,17 +44,6 @@ extern "C" {
const off_t PARTITION_ACTIVE_SLOT_OFFSET = 1024;
const off_t PARTITION_ACTIVE_SLOT_SIZE = 4;
#ifdef SUPPORT_HVB
__attribute__((weak)) int UeventdSocketInit(void)
{
return 0;
}
__attribute__((weak)) void RetriggerUeventByPath(int sockFd, char *path)
{
}
#endif
__attribute__((weak)) void InitPostMount(const char *mountPoint, int rc)
{
}