aboutsummaryrefslogtreecommitdiff
path: root/include/sys/times.h
blob: 5b9841b280560978b6f8d489dd030490dd3c838b (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * sys/times.h compatibility shim
 */

#ifndef _WIN32
#include_next <sys/times.h>
#else
#include <win32netcompat.h>
#endif