Give an initial value to h_errno_tls, to detect if tls_allocate() is ever called.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6475 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-02-03 00:43:46 +00:00
parent b309d0de79
commit f856b083a7
+1 -1
View File
@@ -16,7 +16,7 @@
#include <TLS.h>
static int32 h_errno_tls;
static int32 h_errno_tls = -1;
void initialize_before(void);
void terminate_after(void);