We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54658d1 commit 37040b4Copy full SHA for 37040b4
1 file changed
bin/varnishd/mgt/mgt.h
@@ -251,6 +251,13 @@ extern const char *mgt_vmod_path;
251
#error "Keep pthreads out of the manager process"
252
#endif
253
254
+static inline void
255
+pthread_create(void)
256
+{
257
+
258
+ WRONG("Intentional conflict with pthread.h");
259
+}
260
261
#define MGT_FEATURE(x) COM_FEATURE(mgt_param.feature_bits, x)
262
#define MGT_EXPERIMENT(x) COM_EXPERIMENT(mgt_param.experimental_bits, x)
263
#define MGT_DO_DEBUG(x) COM_DO_DEBUG(mgt_param.debug_bits, x)
0 commit comments