summaryrefslogtreecommitdiff
path: root/xutils.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:42:01 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:42:19 +0200
commit7bd73747fff54cf51642dbbf042c621e59a2c005 (patch)
tree562676064b6eb20b25e6e1fb422d08d54b82e82f /xutils.h
parent57968a8ab19b45b5d128656f6bed2581aee2ef22 (diff)
timer: add time management functions
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'xutils.h')
-rw-r--r--xutils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xutils.h b/xutils.h
index dd30fad..2e0e251 100644
--- a/xutils.h
+++ b/xutils.h
@@ -27,7 +27,5 @@
extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);
-extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
- unsigned long usec);
#endif /* XSYS_H */