This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
Re: gettimeofday function, and crypt
- To: Andy Piper <andyp at parallax dot co dot uk>, David Skidmore <dss2351 at osfmail dot isc dot rit dot edu>
- Subject: Re: gettimeofday function, and crypt
- From: Geoffrey Noer <noer at cygnus dot com>
- Date: Fri, 22 May 1998 16:45:02 -0700
- Cc: gnu-win32 at cygnus dot com
- References: <Pine.OSF.3.95.980305020343.2704B-100000@grace.isc.rit.edu> <199803120205.SAA25570@skaro.cygnus.com> <3.0.3.32.19980313162908.00bac700@mailhost>
> 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*);
These were recently added to sys/cygwin.h.
> 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 void sync();
> extern int ioctl(int, int, ...);
I just added these to the appropriate places...
> extern double logb(double);
This one I have yet to deal with.
--
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".