diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-07-19 22:27:49 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-07-19 22:27:49 +0000 |
commit | 684245d6cecd793ca44cf23e6206b6a2a09f046e (patch) | |
tree | e732b12cdf3787d6cdcd5d056859c701c4e5f3f7 /lib/timeval.h | |
parent | d157c292693972658d138475276dca85df77539b (diff) |
Changes to support building for eCos 1.3.1. This has been tested with
file: URLs only.
Diffstat (limited to 'lib/timeval.h')
-rw-r--r-- | lib/timeval.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h index f136a56d9..6be5e4276 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -38,7 +38,8 @@ #ifndef HAVE_GETTIMEOFDAY #if !defined(_WINSOCKAPI_) && !defined(__MINGW32__) && !defined(_AMIGASF) && \ - !defined(__LCC__) && !defined(__WATCOMC__) && !defined(__POCC__) + !defined(__LCC__) && !defined(__WATCOMC__) && !defined(__POCC__) && \ + !defined(__ECOS) struct timeval { long tv_sec; long tv_usec; |