]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/isoinfra/v2_0/include/time.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / isoinfra / v2_0 / include / time.h
index 24641eda464ec0349678ab7e4480587dd9459eb8..5158d83b9993953f4d53fd026031c90fd1ee93d6 100644 (file)
@@ -34,9 +34,6 @@
 //
 // This exception does not invalidate any other reasons why a work based on
 // this file might be covered by the GNU General Public License.
-//
-// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
-// at http://sources.redhat.com/ecos/ecos-license/
 // -------------------------------------------
 //####ECOSGPLCOPYRIGHTEND####
 //========================================================================
@@ -99,24 +96,6 @@ typedef long clock_t;
 #  define __clock_t_defined
 #endif
 
-#ifdef CYGBLD_ISO_STRUCTTIMEVAL_HEADER
-# include CYGBLD_ISO_STRUCTTIMEVAL_HEADER
-#else
-# ifndef _POSIX_SOURCE
-
-/*
- * Structure returned by gettimeofday(2),
- * and used in other calls such as select(2).
- */
-struct timeval {
-       long    tv_sec;         /* seconds */
-       long    tv_usec;        /* and microseconds */
-};
-
-# endif /* _POSIX_SOURCE */
-#endif
-
-
 #ifdef CYGINT_ISO_POSIX_CLOCK_TYPES
 # include CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER
 #else