fs: implement AccessLog, enable for File operations
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
|
||||
#define BITSIZEOF(x) (sizeof(x) * CHAR_BIT)
|
||||
|
||||
#define STRINGIZE(x) STRINGIZE_IMPL(x)
|
||||
#define STRINGIZE_IMPL(x) #x
|
||||
|
||||
#ifdef __COUNTER__
|
||||
#define ANONYMOUS_VARIABLE(pref) CONCATENATE(pref, __COUNTER__)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user