8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5594aa6 commit 3e4b208Copy full SHA for 3e4b208
src/port/thread.c
@@ -7,7 +7,7 @@
7
*
8
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
9
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -55,8 +55,8 @@
55
56
* One thread-safe solution for gethostbyname() might be to use getaddrinfo().
57
58
- * Compile and run src/tools/test_thread_funcs.c to see if your operating
59
- * system has thread-safe non-*_r functions.
+ * See src/tools/thread to see if your operating system has thread-safe
+ * non-*_r functions.
60
61
62
0 commit comments