File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#undef HAVE_GETRUSAGE
9
9
10
- typedef u_short ushort ;
11
-
12
10
extern int isnan (double dsrc );
13
11
extern long random (void );
14
12
extern void srandom (unsigned int seed );
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.34 2004/09/27 23:24:40 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.35 2004/10/05 13:48:35 momjian Exp $ */
2
2
3
3
/* undefine and redefine after #include */
4
4
#undef mkdir
@@ -191,18 +191,12 @@ struct itimerval
191
191
int setitimer (int which , const struct itimerval * value , struct itimerval * ovalue );
192
192
193
193
194
- /* FROM SRA */
195
-
196
194
/*
197
195
* Supplement to <sys/types.h>.
198
196
*/
199
- #define uid_t int
200
- #define gid_t int
201
- #define pid_t unsigned long
202
- #define ssize_t int
203
- #define mode_t int
204
- #define key_t long
205
- #define ushort unsigned short
197
+ typedef int uid_t ;
198
+ typedef int gid_t ;
199
+ typdef long key_t ;
206
200
207
201
/*
208
202
* Supplement to <sys/stat.h>.
You can’t perform that action at this time.
0 commit comments