Mercurial > hg > xemacs-beta
diff src/s/cygwin32.h @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 11cf20601dec |
children | 8efd647ea9ca |
line wrap: on
line diff
--- a/src/s/cygwin32.h Mon Aug 13 10:23:52 2007 +0200 +++ b/src/s/cygwin32.h Mon Aug 13 10:24:41 2007 +0200 @@ -78,6 +78,14 @@ #endif extern void cygwin32_win32_to_posix_path_list(const char*, char*); extern int cygwin32_win32_to_posix_path_list_buf_size(const char*); +struct timeval; +struct timezone; +extern int gettimeofday(struct timeval *tp, struct timezone *tzp); +extern int gethostname (char* name, int namelen); +extern char* mktemp(char *); +extern double logb(double); +extern void sync(); +extern int ioctl(int, int, ...); #endif #ifdef HAVE_MS_WINDOWS @@ -89,7 +97,7 @@ #define ORDINARY_LINK #endif -#define C_SWITCH_SYSTEM -Wno-sign-compare +#define C_SWITCH_SYSTEM -Wno-sign-compare -Wno-implicit #undef MOD_ALT #undef MOD_CONTROL #undef MOD_SHIFT