diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-03-24 23:18:10 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-04-28 19:57:39 +0200 |
commit | da355f79362f5724f75147dfd51d58d6ee3e552d (patch) | |
tree | 204da0911bdb0f299db1655328d0c22342c2533b /lib/util.h | |
parent | dde540e413eba6d22a4515659dd72262b8a01af4 (diff) | |
download | libfuse-da355f79362f5724f75147dfd51d58d6ee3e552d.tar.gz |
Add support for ring creation in fuse_lowlevel.c
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ static inline uint64_t fuse_higher_32_bits(uint64_t nr) } #ifndef FUSE_VAR_UNUSED -#define FUSE_VAR_UNUSED(var) (__attribute__((unused)) var) +#define FUSE_VAR_UNUSED __attribute__((__unused__)) #endif #define container_of(ptr, type, member) \ |