mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane
This commit is contained in:
@@ -53,7 +53,6 @@ namespace std
|
||||
using ::clockid_t;
|
||||
using ::timer_t;
|
||||
using ::timespec;
|
||||
using ::timeval;
|
||||
using ::tm;
|
||||
using ::itimerspec;
|
||||
using ::sigevent;
|
||||
|
||||
Reference in New Issue
Block a user