aboutsummaryrefslogtreecommitdiff
path: root/src/test/thread/thread_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/thread/thread_test.c')
-rw-r--r--src/test/thread/thread_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c
index 282a95872cf..2501ca22b11 100644
--- a/src/test/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -80,23 +80,23 @@ static volatile int errno2_set = 0;
#ifndef HAVE_STRERROR_R
static char *strerror_p1;
static char *strerror_p2;
-static int strerror_threadsafe = 0;
+static int strerror_threadsafe = 0;
#endif
#if !defined(WIN32) && !defined(HAVE_GETPWUID_R)
static struct passwd *passwd_p1;
static struct passwd *passwd_p2;
-static int getpwuid_threadsafe = 0;
+static int getpwuid_threadsafe = 0;
#endif
#if !defined(HAVE_GETADDRINFO) && !defined(HAVE_GETHOSTBYNAME_R)
static struct hostent *hostent_p1;
static struct hostent *hostent_p2;
static char myhostname[MAXHOSTNAMELEN];
-static int gethostbyname_threadsafe = 0;
+static int gethostbyname_threadsafe = 0;
#endif
-static int platform_is_threadsafe = 1;
+static int platform_is_threadsafe = 1;
int
main(int argc, char *argv[])