diff --git a/components/newlib/include/sys/time.h b/components/newlib/include/sys/time.h index be16497fc..8e3ef8088 100644 --- a/components/newlib/include/sys/time.h +++ b/components/newlib/include/sys/time.h @@ -20,7 +20,7 @@ struct timeval { }; /* BSD time macros used by RTEMS code */ -#if defined (__rtems__) || defined (__CYGWIN__) +#if defined (__rtems__) || defined (__CYGWIN__) || defined(__XTENSA__) /* Convenience macros for operations on timevals. NOTE: `timercmp' does not work for >= or <=. */