]> sourceware.org Git - newlib-cygwin.git/commit
Move kernel dependent parts of <sys/time.h> cygwin-2_5_0-release
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Thu, 7 Apr 2016 10:58:43 +0000 (12:58 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 8 Apr 2016 09:34:42 +0000 (11:34 +0200)
commit3156cdcc805840b77a56a1b6c740be7dcb447c99
tree11d70ce76fa6afded37e6e55db65cbd4f55f57b2
parent3fc46dc562e70f28919df666abd7d613993a843d
Move kernel dependent parts of <sys/time.h>

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>
newlib/libc/include/machine/_time.h [new file with mode: 0644]
newlib/libc/include/sys/time.h
newlib/libc/sys/rtems/include/machine/_time.h [new file with mode: 0644]
This page took 0.03063 seconds and 5 git commands to generate.