File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77 * Portions Copyright (c) 1994, Regents of the University of California
88 *
9- * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.11 2004/04/05 01:27:58 momjian Exp $
9+ * $PostgreSQL: pgsql/src/tools/thread/thread_test.c,v 1.12 2004/04/05 02:22:14 momjian Exp $
1010 *
1111 * This program tests to see if your standard libc functions use
1212 * pthread_setspecific()/pthread_getspecific() to be thread-safe.
@@ -37,8 +37,8 @@ void func_call_2(void);
3737
3838char myhostname [MAXHOSTNAMELEN ];
3939
40- int errno1_set = 0 ;
41- int errno2_set = 0 ;
40+ volatile int errno1_set = 0 ;
41+ volatile int errno2_set = 0 ;
4242
4343char * strerror_p1 ;
4444char * strerror_p2 ;
You can’t perform that action at this time.
0 commit comments