cosmopolitan/libc/isystem/sys/time.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
314 B
C
Raw Normal View History

2020-06-15 07:18:57 -07:00
#ifndef LIBC_ISYSTEM_SYS_TIME_H_
#define LIBC_ISYSTEM_SYS_TIME_H_
2022-08-26 12:44:41 -04:00
#include "libc/calls/struct/itimerval.h"
#include "libc/calls/struct/timeval.h"
#include "libc/calls/weirdtypes.h"
#include "libc/sock/select.h"
2020-06-15 07:18:57 -07:00
#include "libc/sysv/consts/clock.h"
#include "libc/sysv/consts/itimer.h"
#include "libc/time.h"
2020-06-15 07:18:57 -07:00
#endif