From 880f2bbe30ab9aa84eecfd6094e719d9daf66d41 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 3 Apr 2007 12:55:23 +0000 Subject: [PATCH] Update comment for new thread_test location. --- src/port/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/thread.c b/src/port/thread.c index 45e43cba0a..331ab9387b 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -55,7 +55,7 @@ * * One thread-safe solution for gethostbyname() might be to use getaddrinfo(). * - * Run src/tools/thread to see if your operating system has thread-safe + * Run src/test/thread to test if your operating system has thread-safe * non-*_r functions. */ -- 2.39.5