/* * This software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber . * Copyright (c) 2012-2019, Andrei Alexeyev . */ #include "taisei.h" #include "public.h" void vfs_sync(VFSSyncMode mode, CallChain next) { run_call_chain(&next, NULL); }