view src/win32/libc_internal.h @ 3840:90cd4e84465e

[gaim-migrate @ 3990] because i'm bored and don't want to do homework, and because its a toy, this looks more like our existing todo file. now if the -T option were to be used it would at least generate something roughtly equivalent. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 31 Oct 2002 02:20:59 +0000
parents 21d296405cfd
children 9657e243d001
line wrap: on
line source

/*
 *  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_ */