File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
12
12
*
13
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.8 2006/03/05 15:58:35 momjian Exp $
14
+ * $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.9 2006/08/09 17:33:52 momjian Exp $
15
15
*
16
16
*-------------------------------------------------------------------------
17
17
*/
@@ -81,7 +81,7 @@ pg_timer_thread(LPVOID param)
81
81
* to handle the timer setting and notification upon timeout.
82
82
*/
83
83
int
84
- setitimer (int which , const struct itimerval * value , struct itimerval * ovalue )
84
+ setitimer (int which , const struct itimerval * value , struct itimerval * ovalue )
85
85
{
86
86
Assert (value != NULL );
87
87
Assert (value -> it_interval .tv_sec == 0 && value -> it_interval .tv_usec == 0 );
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.55 2006/08/08 18:49:14 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.56 2006/08/09 17:33:52 momjian Exp $ */
2
2
3
3
/* undefine and redefine after #include */
4
4
#undef mkdir
@@ -162,7 +162,7 @@ struct itimerval
162
162
struct timeval it_interval ;
163
163
struct timeval it_value ;
164
164
};
165
- int setitimer (int which , const struct itimerval * value , struct itimerval * ovalue );
165
+ int setitimer (int which , const struct itimerval * value , struct itimerval * ovalue );
166
166
167
167
168
168
/*
You can’t perform that action at this time.
0 commit comments