Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-01-16 00:02:33 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-01-16 00:02:33 +0300
commit068182e26c7b397df579b69a18f745092844d1b4 (patch)
tree33a2b6d9888c831af892caf741c8d84dbdd6d360 /winsup/cygwin/devices.in
parentb6f53617a7512082abb7e249d93cbbbe02f19255 (diff)
Cygwin: timers: implement timerfd
First cut of a timerfd implementation. Still TODO: - fork/exec semantics - timerfd_settime TFD_TIMER_CANCEL_ON_SET flag - ioctl(TFD_IOC_SET_TICKS) - bug fixes Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/devices.in')
-rw-r--r--winsup/cygwin/devices.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index 79a7fe726..59f5f00d2 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -119,6 +119,9 @@ const _device dev_pipew_storage =
const _device dev_signalfd_storage =
{"", {FH_SIGNALFD}, "", exists_internal};
+const _device dev_timerfd_storage =
+ {"", {FH_TIMERFD}, "", exists_internal};
+
const _device dev_socket_storage =
{"", {FH_SOCKET}, "", exists_internal};