File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
void func_call_1 (void );
65
65
void func_call_2 (void );
66
66
67
- #define TEMP_FILENAME_1 "/tmp/thread_test.1.XXXXX "
68
- #define TEMP_FILENAME_2 "/tmp/thread_test.2.XXXXX "
67
+ #define TEMP_FILENAME_1 "/tmp/thread_test.1.XXXXXX "
68
+ #define TEMP_FILENAME_2 "/tmp/thread_test.2.XXXXXX "
69
69
70
70
char * temp_filename_1 ;
71
71
char * temp_filename_2 ;
You can’t perform that action at this time.
0 commit comments