We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0415ce commit 82d94daCopy full SHA for 82d94da
2 files changed
linuxkm/module_hooks.c
@@ -121,7 +121,6 @@ static int updateFipsHash(void);
121
#endif
122
123
#ifdef WOLFSSL_LINUXKM_BENCHMARKS
124
-#undef HAVE_PTHREAD
125
#define STRING_USER
126
#define NO_MAIN_FUNCTION
127
#define current_time benchmark_current_time
wolfssl/wolfcrypt/settings.h
@@ -2771,6 +2771,7 @@ extern void uITRON4_free(void *p) ;
2771
#ifndef WOLFSSL_TEST_SUBROUTINE
2772
#define WOLFSSL_TEST_SUBROUTINE static
2773
2774
+ #undef HAVE_PTHREAD
2775
#undef HAVE_STRINGS_H
2776
#undef HAVE_ERRNO_H
2777
#undef HAVE_THREAD_LS
0 commit comments