diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-10-21 09:59:13 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-10-21 09:59:13 +0000 |
commit | fb97a1b2bcd46507c1b2beac2b0eae2321045278 (patch) | |
tree | 7ecb100dbcd5baa6e4b8c6f2ecd7cf1f1515f989 | |
parent | 5dc8a80c655cea3717996c8f419fc73be133b647 (diff) | |
download | libfuse-fb97a1b2bcd46507c1b2beac2b0eae2321045278.tar.gz |
cleanups + step minor version
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,9 +3,13 @@ * fuse_main() now does not exit on erro, rather it returns an error code - * exported __fuse_setup() and __fuse_teardown() functions, which + * Exported __fuse_setup() and __fuse_teardown() functions, which make it easier to implement a custom event loop. + * Use daemon() call to background the filesystem after mounting. + This function closes the standard input, output and error and + changes the current working directory to "/". + 2004-10-14 Miklos Szeredi <miklos@szeredi.hu> * Released 1.9 |