From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30C083858D1E; Tue, 25 Apr 2023 17:16:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30C083858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682442971; bh=DqX0mboHTRWmmChq4f44LWnjAF6F8H4dDtcWsL2vZLg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BuEZREwe4MGUNUteb8Ya2XTZY7CaeWepcbRXF0oGItt3vAjg5HY/5DKO5dG8MX9G0 tH4zwdWFzEvkhDjpW7Etfws/gsrq2oxtvLWe/drPSFnowGBMxMG5ft9bXF4bAWl/Hf /PMjXbsYJwNB7/QWO8HliXrWmyzisqXvLqe73KjA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/30287] sigevent needs a notification method compatible with poll Date: Tue, 25 Apr 2023 17:16:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30287 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- (In reply to Philip Withnall from comment #2) > I=E2=80=99m not sure how timerfd_create() helps; aiui to fix this, a new = event type > would have to be added to the `SIGEV_*` types and supported internally by > sigevent. You suggested: > Would it be possible to add an additional notification mechanism which wr= ites to a given > FD, or something like that? timerfd_create seems to be just, a file descriptor that becomes ready once = the timer expires. --=20 You are receiving this mail because: You are on the CC list for the bug.=