mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 12:01:53 +08:00
3156cdcc80
Move the kernel dependent parts of <sys/time.h> to new system-specific header file <machine/_time.h>. Provide an empty default implementation. Add a specialized implementation for RTEMS. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
4 lines
91 B
C
4 lines
91 B
C
#ifndef _SYS_TIME_H_
|
|
#error "must be included via <sys/time.h>"
|
|
#endif /* !_SYS_TIME_H_ */
|