summaryrefslogtreecommitdiffstats
path: root/include/threads.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-21 10:01:27 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-21 10:01:27 +0000
commitbbde600decc1970f1507828fce5ba22c0948519b (patch)
tree03f9dd5aadd4c8f938d554b4a02d8fbae405dcac /include/threads.h
parent738cd691cc0d40e97db910ae0453014b6c703efc (diff)
downloadzabbix-bbde600decc1970f1507828fce5ba22c0948519b.tar.gz
zabbix-bbde600decc1970f1507828fce5ba22c0948519b.tar.xz
zabbix-bbde600decc1970f1507828fce5ba22c0948519b.zip
- fixed printing of stdout/stderr (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3622 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/threads.h b/include/threads.h
index 3883f7d7..982382a0 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -41,6 +41,8 @@
#define zbx_sleep(sec) Sleep(((DWORD)(sec))*((DWORD)1000))
#else /* not _WINDOWS */
+
+ int zbx_fork();
#define ZBX_THREAD_ERROR (-1)