From: andyp AT parallax DOT co DOT uk (Andy Piper) Subject: Re: gettimeofday function, and crypt 14 Mar 1998 14:14:20 -0800 Message-ID: <3.0.3.32.19980313162908.00bac700.cygnus.gnu-win32@mailhost> References: <199803120205 DOT SAA25570 AT skaro DOT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Geoffrey Noer , dss2351 AT osfmail DOT isc DOT rit DOT edu (David Skidmore) Cc: gnu-win32 AT cygnus DOT com At 06:05 PM 3/11/98 -0800, Geoffrey Noer wrote: >Looks like gettimeofday isn't in the headers. It should be. It is >implemented and exported in b19 cygwin.dll. These are also not in the headers, I have had to define these for XEmacs: extern void cygwin32_win32_to_posix_path_list(const char*, char*); extern int cygwin32_win32_to_posix_path_list_buf_size(const char*); extern void cygwin32_posix_to_win32_path_list(const char*, char*); extern int cygwin32_posix_to_win32_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, ...); There are others that I know of andy - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".