|
6 | 6 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - *$PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.29 2004/04/27 19:51:12 momjian Exp $ |
| 9 | + *$PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.30 2004/05/28 18:37:10 momjian Exp $ |
10 | 10 | *
|
11 | 11 | *This program tests to see if your standard libc functions use
|
12 | 12 | *pthread_setspecific()/pthread_getspecific() to be thread-safe.
|
@@ -64,8 +64,8 @@ main(int argc, char *argv[])
|
64 | 64 | voidfunc_call_1(void);
|
65 | 65 | voidfunc_call_2(void);
|
66 | 66 |
|
67 |
| -#defineTEMP_FILENAME_1"/tmp/thread_test.1.XXXXX" |
68 |
| -#defineTEMP_FILENAME_2"/tmp/thread_test.2.XXXXX" |
| 67 | +#defineTEMP_FILENAME_1"/tmp/thread_test.1.XXXXXX" |
| 68 | +#defineTEMP_FILENAME_2"/tmp/thread_test.2.XXXXXX" |
69 | 69 |
|
70 | 70 | char*temp_filename_1;
|
71 | 71 | char*temp_filename_2;
|
|