mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
*** empty log message ***
This commit is contained in:
parent
6353dcaf4e
commit
ea8fdc0552
2
NEWS
2
NEWS
@ -2,6 +2,8 @@ What is new in 2.7
|
||||
|
||||
- Stacking support for the high level API
|
||||
|
||||
- Add filename charset conversion module
|
||||
|
||||
- Improved mounting
|
||||
|
||||
What is new in 2.6
|
||||
|
@ -10,7 +10,9 @@
|
||||
|
||||
#define FUSE_USE_VERSION 26
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef linux
|
||||
/* For pread()/pwrite() */
|
||||
|
@ -10,7 +10,9 @@
|
||||
|
||||
#define FUSE_USE_VERSION 26
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user