Changeset 857fba8 in mainline for uspace/lib/fmgt/test/main.c


Ignore:
Timestamp:
2026-02-10T19:35:01Z (12 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
59ed424e
Parents:
0ce9eb8
Message:

Move file system wrapper functions to a separate module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmgt/test/main.c

    r0ce9eb8 r857fba8  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
     2 * Copyright (c) 2026 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3333PCUT_IMPORT(flist);
    3434PCUT_IMPORT(fmgt);
     35PCUT_IMPORT(fsops);
    3536PCUT_IMPORT(newfile);
    3637PCUT_IMPORT(verify);
Note: See TracChangeset for help on using the changeset viewer.