Mon, 21 Oct 2002 18:30:59 +0000
[gaim-migrate @ 3916]
Initial import
| 3776 | 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_ */ |