18#ifndef _COBALT_SYS_TIMERFD_H
19#define _COBALT_SYS_TIMERFD_H
21#pragma GCC system_header
22#include_next <sys/timerfd.h>
23#include <cobalt/wrappers.h>
24#include <cobalt/uapi/time.h>
30COBALT_DECL(
int, timerfd_create, (
int clockid,
int flags));
32COBALT_DECL_TIME64(
int, timerfd_settime, __timerfd_settime64,
33 (
int fd,
int flags,
const struct itimerspec *new_value,
34 struct itimerspec *old_value));
36COBALT_DECL_TIME64(
int, timerfd_gettime, __timerfd_gettime64,
37 (
int fd,
struct itimerspec *curr_value));