Skip to content

Try to create static binary #2

@geropl

Description

@geropl

... by replacing relevant parts in https://github.com/zargony/rust-fuse

  • syscalls:
    • libc::umount
    • libc::writev
    • libc::close
    • libc::read
  • types:
    • libc::iovec
    • ... and a lot more
  • fuse
    • pub fn fuse_mount_compat25(mountpoint: *const c_char, args: *const fuse_args) -> c_int;
    • pub fn fuse_unmount_compat22(mountpoint: *const c_char);

two branches:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions