Changeset

13863:945cc639d175

util.signal: Update teal interface spec 1e229d710a3c and some followup commits added signalfd()
author Kim Alvefur <zash@zash.se>
date Thu, 20 Feb 2025 00:07:27 +0100
parents 13862:d8d1a3ff8ce9
children 13864:a20017fb4458
files teal-src/prosody/util/signal.d.tl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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