Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / syscalls / systimes.c
blobecd958348011dde8fe143ee7849d448ac7753904
1 /* connector for times */
3 #include <reent.h>
4 #include <sys/times.h>
6 clock_t
7 times (struct tms *buf)
9 return _times_r (_REENT, buf);