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>
|
2009-10-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/locale/locale.c (DEFAULT_LOCALE): New define.
|
* libc/locale/locale.c (DEFAULT_LOCALE): New define.
|
||||||
|
@ -13,6 +13,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _WINSOCK_H
|
#ifndef _WINSOCK_H
|
||||||
|
#define _TIMEVAL_DEFINED
|
||||||
struct timeval {
|
struct timeval {
|
||||||
time_t tv_sec;
|
time_t tv_sec;
|
||||||
suseconds_t tv_usec;
|
suseconds_t tv_usec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user