mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00

A FUSE implementation of overlay. Not as stable and mature as the kernel FS. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
4 lines
86 B
C
4 lines
86 B
C
#include <config.h>
|
|
#define BITROTATE_INLINE _GL_EXTERN_INLINE
|
|
#include "bitrotate.h"
|