Skip to content

Commit

Permalink
fixup! mock my_execvp
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Aug 30, 2024
1 parent abf7817 commit 90518cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/vfs/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ extern vfs_class *current_vfs;

/*** global variables ****************************************************************************/

struct vfs_dirent *mc_readdir_result = NULL;
GPtrArray *vfs__classes_list = NULL;
GString *vfs_str_buffer = NULL;
vfs_class *current_vfs = NULL;
struct vfs_dirent __attribute__((weak)) * mc_readdir_result = NULL;
GPtrArray __attribute__((weak)) * vfs__classes_list = NULL;
GString __attribute__((weak)) * vfs_str_buffer = NULL;
vfs_class __attribute__((weak)) * current_vfs = NULL;

/*** file scope macro definitions ****************************************************************/

Expand Down

0 comments on commit 90518cc

Please sign in to comment.