From 6dffa67b46dc2d4deb25951f8b17e823f559cf3a Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Mon, 27 Apr 2020 23:33:18 +0200 Subject: libphobos: Backport extern(C) bindings from druntime 2.091 Merge upstream druntime 47688279. Reviewed-on: https://github.com/dlang/druntime/pull/3073 Fixes: PR d/90718 Fixes: PR d/90719 libphobos/ChangeLog: * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove core/sys/linux/sys/netinet/tcp.d. * libdruntime/Makefile.in: Regenerate. --- libphobos/libdruntime/core/sys/linux/timerfd.d | 1 + 1 file changed, 1 insertion(+) (limited to 'libphobos/libdruntime/core/sys/linux/timerfd.d') diff --git a/libphobos/libdruntime/core/sys/linux/timerfd.d b/libphobos/libdruntime/core/sys/linux/timerfd.d index 047f257d98d..f8a9719a87e 100644 --- a/libphobos/libdruntime/core/sys/linux/timerfd.d +++ b/libphobos/libdruntime/core/sys/linux/timerfd.d @@ -20,5 +20,6 @@ int timerfd_settime(int fd, int flags, const itimerspec* new_value, itimerspec* int timerfd_gettime(int fd, itimerspec* curr_value); enum TFD_TIMER_ABSTIME = 1 << 0; +enum TFD_TIMER_CANCEL_ON_SET = 1 << 1; enum TFD_CLOEXEC = 0x80000; enum TFD_NONBLOCK = 0x800; -- cgit v1.2.3