libreSSL/include/sys/times.h

11 lines
143 B
C
Raw Normal View History

/*
* Public domain
* sys/times.h compatibility shim
*/
#ifndef _WIN32
#include_next <sys/times.h>
#else
#include <win32netcompat.h>
#endif