Changeset 120d5bc in mainline for uspace/lib/c/include/cap.h


Ignore:
Timestamp:
2017-09-13T20:49:43Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5918c00
Parents:
6c4eedf
Message:

Let df give 'human-readable' output by default. Use cap.h for better capacity formatting. Let -b print block size and numbers of blocks for each FS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/cap.h

    r6c4eedf r120d5bc  
    9494extern void cap_simplify(cap_spec_t *);
    9595extern void cap_from_blocks(uint64_t, size_t, cap_spec_t *);
    96 extern int cap_spec_to_blocks(cap_spec_t *, cap_vsel_t, size_t, uint64_t *);
     96extern int cap_to_blocks(cap_spec_t *, cap_vsel_t, size_t, uint64_t *);
    9797
    9898#endif
Note: See TracChangeset for help on using the changeset viewer.