mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
2009-10-09 Dave Korn <dave.korn@artimi.com>
* libc/include/sys/time.h (_TIMEVAL_DEFINED): Define when defining struct timeval.
This commit is contained in:
parent
84552b989d
commit
2072888e66
@ -1,3 +1,8 @@
|
||||
2009-10-09 Dave Korn <dave.korn@artimi.com>
|
||||
|
||||
* libc/include/sys/time.h (_TIMEVAL_DEFINED): Define when
|
||||
defining struct timeval.
|
||||
|
||||
2009-10-09 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/locale/locale.c (DEFAULT_LOCALE): New define.
|
||||
|
@ -13,6 +13,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _WINSOCK_H
|
||||
#define _TIMEVAL_DEFINED
|
||||
struct timeval {
|
||||
time_t tv_sec;
|
||||
suseconds_t tv_usec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user