Implement vararg support for s390. Minor fix to atomic operation for s390.
[mono.git] / mono / io-layer / timefuncs-private.h
blob64c6dbb9a8559b04c1f2a8414f5d94fc2641a3c4
1 /*
2 * timefuncs-private.h: performance timer and other time private functions
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc.
8 */
10 #ifndef _WAPI_TIMEFUNCS_PRIVATE_H_
11 #define _WAPI_TIMEFUNCS_PRIVATE_H_
13 #include <config.h>
14 #include <glib.h>
15 #include <sys/time.h>
17 extern void _wapi_time_t_to_filetime (time_t timeval, WapiFileTime *filetime);
18 extern void _wapi_timeval_to_filetime (struct timeval *tv,
19 WapiFileTime *filetime);
21 #endif /* _WAPI_TIMEFUNCS_PRIVATE_H_ */