mirror of
https://gitee.com/openharmony/startup_init
synced 2025-02-16 09:57:43 +00:00
update interfaces/innerkits/fs_manager/fstab_mount.c.
Signed-off-by: 蓝色大魔王 <hanqiaosheng@huawei.com>
This commit is contained in:
parent
173566e7f8
commit
b1e5305049
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user