src/win32/libc_internal.h

Sat, 14 Jun 2003 15:25:03 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 14 Jun 2003 15:25:03 +0000
changeset 5868
e7b36a802a7e
parent 3776
4372bb2cc50f
child 5913
4d016c00bb36
permissions
-rw-r--r--

[gaim-migrate @ 6299]
assorted compile cleanups and fixes I came across

/*
 *  libc_internal.h
 */

#ifndef _LIBC_INTERNAL_
#define _LIBC_INTERNAL_

/* fcntl.h */
#define F_SETFL 1
#define O_NONBLOCK 1

/* sys/time.h */
struct timezone {
	int tz_minuteswest;
	int tz_dsttime;
};


#endif /* _LIBC_INTERNAL_ */

mercurial