Remove unneeded stuff from nt/inc/sys/time.h
commit3241c84fd8cfa1e02472e52e6aefe2fff0726b3d
authorEli Zaretskii <eliz@gnu.org>
Mon, 15 May 2017 19:45:57 +0000 (15 22:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 15 May 2017 19:45:57 +0000 (15 22:45 +0300)
treedf8eae184ba8cd8ae44c19f298c7c200a548b2fe
parentd23a486ba27405acfda67a4dc387ade5e399a29b
Remove unneeded stuff from nt/inc/sys/time.h

* nt/inc/sys/time.h (_TIMEVAL_DEFINED, struct timevat, timerisset)
(timercmp, timerclear): Don't define.  Instead, include the system
header sys/time.h, and add only the interval timers stuff.  This
avoids compiler warnings about 'gettimeofday's prototype, and also
avoids redefinition of macros from system headers.
nt/inc/sys/time.h