diff options
author | teythoon <teythoon@web> | 2014-03-27 15:49:58 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2014-03-27 15:49:58 +0100 |
commit | 0b37a5157a1e3a30165b5a1ac89459f07b173dc0 (patch) | |
tree | 4d2e420b58fcde6867d17c2036f773064a3d37d2 /contributing.mdwn | |
parent | 562c8dcbacdb835a67f2a9edbdfa48d6387d74d3 (diff) | |
download | web-0b37a5157a1e3a30165b5a1ac89459f07b173dc0.tar.gz web-0b37a5157a1e3a30165b5a1ac89459f07b173dc0.tar.bz2 web-0b37a5157a1e3a30165b5a1ac89459f07b173dc0.zip |
add libfuse to the small hacks list
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index e6cd7192..958919a8 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -103,6 +103,7 @@ basic port could be small. Look at `[glibc]/hurd/lookup-retry.c` for how [`FS_RETRY_MAGICAL` lookups|hurd/interface/dir_lookup]] work. * Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see <http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html> +* Improve our [[FUSE library|hurd/libfuse]]. <a name="porting"></a> ## Porting Packages |