Skip to content

Commit

Permalink
Updated for getmntpt()
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenKirby committed Oct 4, 2014
1 parent f9e2ec6 commit 03b0d07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
README

This here is a small and simple shared c library that implements two functions
inspired by the BSD libc:
inspired by the BSD libc (and one other):

1. statfs_ext()

Expand All @@ -13,6 +13,11 @@ has a few more useful fields added.
This is an implementation of the BSD getfsstat() call, which returns an array
of statfs_ext structs, one for every mounted file system.

and 3. getmntpt

This function returns the mount point for the device or ramdisk or whatever for
any file or directory PATH that exists on a currently mounted FS..

Please note that binary-compatibility may break often while the library is young
as I flesh out the functions and lock down the public interface. I will be using
semantic numbering (ie: 1.a.b), so 'b' version bumps will be backwards compatible,
Expand Down

0 comments on commit 03b0d07

Please sign in to comment.