diff --git a/fs/inode/fs_files.c b/fs/inode/fs_files.c index 03966622270eb17b9e59dc334081bb052924cea5..75ee361f60e20fb8248bbc7d9aa8f6e6145f81db 100644 --- a/fs/inode/fs_files.c +++ b/fs/inode/fs_files.c @@ -504,7 +504,7 @@ int files_allocate(struct Vnode *vnode_ptr, int oflags, off_t pos, void *priv, i return VFS_ERROR; } -static int files_close_internal(int fd, LosProcessCB *processCB) +int files_close_internal(int fd, LosProcessCB *processCB) { int ret = OK; struct filelist *list = NULL;