Changeset 61042de in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2017-03-18T20:58:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61600e7
- Parents:
- b7f69f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rb7f69f2 r61042de 54 54 #include <libfs.h> 55 55 56 #define min(a, b) ((a) < (b) ? (a) : (b))57 #define max(a, b) ((a) > (b) ? (a) : (b))58 59 56 /** All root nodes have index 0. */ 60 57 #define TMPFS_SOME_ROOT 0
Note:
See TracChangeset
for help on using the changeset viewer.