# HG changeset patch # User Kim Alvefur # Date 1740006447 -3600 # Node ID 945cc639d175b47bacbdd2e6b445149d616725b7 # Parent d8d1a3ff8ce9f281e9c75ee830dcf82c05b3149c util.signal: Update teal interface spec 1e229d710a3c and some followup commits added signalfd() diff -r d8d1a3ff8ce9 -r 945cc639d175 teal-src/prosody/util/signal.d.tl --- a/teal-src/prosody/util/signal.d.tl Thu Feb 20 00:05:24 2025 +0100 +++ b/teal-src/prosody/util/signal.d.tl Thu Feb 20 00:07:27 2025 +0100 @@ -36,6 +36,7 @@ signal : function (integer | Signal, function, boolean) : boolean raise : function (integer | Signal) kill : function (integer, integer | Signal) + signalfd : function (integer) : FILE -- enum : integer end return lib