comparison src/win32/libc_internal.h @ 3776:21d296405cfd

[gaim-migrate @ 3916] Initial import committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 21 Oct 2002 18:30:59 +0000
parents
children 9657e243d001
comparison
equal deleted inserted replaced
3775:8fcebfa9f357 3776:21d296405cfd
1 /*
2 * libc_internal.h
3 */
4
5 #ifndef _LIBC_INTERNAL_
6 #define _LIBC_INTERNAL_
7
8 /* fcntl.h */
9 #define F_SETFL 1
10 #define O_NONBLOCK 1
11
12 /* sys/time.h */
13 struct timezone {
14 int tz_minuteswest;
15 int tz_dsttime;
16 };
17
18
19 #endif /* _LIBC_INTERNAL_ */