rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread

This commit is contained in:
hathach
2023-02-22 11:47:09 +07:00
parent 18c3095346
commit 03ec49450d
17 changed files with 57 additions and 58 deletions

View File

@@ -62,10 +62,10 @@
#endif
/* --------------------- Fuzzing types -------------------------------------- */
#ifdef FUZZ
#define TU_STATIC __thread static
#ifdef _FUZZ
#define _fuzz_thread __thread
#else
#define TU_STATIC static
#define _fuzz_thread
#endif
// for declaration of reserved field, make use of _TU_COUNTER_