Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/threads.h b/include/threads.h
index 0e46b26fdaf..82d4019b371 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -43,7 +43,7 @@
#define zbx_thread_kill(h) TerminateThread(h, SUCCEED);
-#else /* not _WINDOWS */
+#else /* not _WINDOWS */
int zbx_fork();
@@ -66,7 +66,7 @@
#define zbx_thread_kill(h) kill(h, SIGTERM);
-#endif /* _WINDOWS */
+#endif /* _WINDOWS */
typedef struct
{
@@ -80,4 +80,4 @@ int zbx_thread_wait(ZBX_THREAD_HANDLE thread);
/* zbx_thread_exit(status) -- declared as define !!! */
long int zbx_get_thread_id();
-#endif /* ZABBIX_THREADS_H */
+#endif /* ZABBIX_THREADS_H */