diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-10-09 18:43:12 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-10-09 18:43:12 +0000 |
commit | 2072888e66f0859bd7a0f77a5b24db4d3bdc6c34 (patch) | |
tree | 550a74139ff67fb929e6ce9fbb32a0c911c63f60 /newlib/libc/include/sys | |
parent | 84552b989d53912aa8f9beb0123f226b458c2b3d (diff) | |
download | cygnal-2072888e66f0859bd7a0f77a5b24db4d3bdc6c34.tar.gz cygnal-2072888e66f0859bd7a0f77a5b24db4d3bdc6c34.tar.bz2 cygnal-2072888e66f0859bd7a0f77a5b24db4d3bdc6c34.zip |
2009-10-09 Dave Korn <dave.korn@artimi.com>
* libc/include/sys/time.h (_TIMEVAL_DEFINED): Define when
defining struct timeval.
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r-- | newlib/libc/include/sys/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h index 26346056a..d48839f6e 100644 --- a/newlib/libc/include/sys/time.h +++ b/newlib/libc/include/sys/time.h @@ -13,6 +13,7 @@ extern "C" { #endif #ifndef _WINSOCK_H +#define _TIMEVAL_DEFINED struct timeval { time_t tv_sec; suseconds_t tv_usec; |