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:
Jeff Johnston 2009-10-09 18:43:12 +00:00
parent 84552b989d
commit 2072888e66
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -13,6 +13,7 @@ extern "C" {
#endif
#ifndef _WINSOCK_H
#define _TIMEVAL_DEFINED
struct timeval {
time_t tv_sec;
suseconds_t tv_usec;