Fuse - Filesystem in USErspace
FUSE (Filesystem in USErspace) provides a simple interface for
userspace programs to export a virtual filesystem to the Linux
kernel. FUSE also aims to provide a secure method for non
privileged users to create and mount their own filesystem
implementations.
FUSE is only available on Linux.
See http://sourceforge.net/projects/fuse/ for more information
This module maps the Fuse library more or less directly to pike.
A tip: /usr/include/asm/errno.h can be included in pike programs on Linux.