Revert "feat(time): enable the macro timeradd, timersub, timerclear, etc."

This reverts commit 8f994b9dce.
pull/3216/head
Ivan Grokhotkov 2019-03-08 15:26:04 +08:00
rodzic f19ecbbbfa
commit 76d4b0150d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ struct timeval {
};
/* BSD time macros used by RTEMS code */
#if defined (__rtems__) || defined (__CYGWIN__) || defined(__XTENSA__)
#if defined (__rtems__) || defined (__CYGWIN__)
/* Convenience macros for operations on timevals.
NOTE: `timercmp' does not work for >= or <=. */