summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/thread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/thread.c b/src/port/thread.c
index 19b12fe0ba6..729c0e8ad3c 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -7,7 +7,7 @@
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
- * $Id: thread.c,v 1.9 2003/09/27 15:32:48 momjian Exp $
+ * $Id: thread.c,v 1.10 2003/09/29 03:32:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -55,8 +55,8 @@
*
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
*
- * Compile and run src/tools/test_thread_funcs.c to see if your operating
- * system has thread-safe non-*_r functions.
+ * See src/tools/thread to see if your operating system has thread-safe
+ * non-*_r functions.
*/