[Bug 286133] Missing POSIX psiginfo call

[email protected] Thu, 17 Apr 2025 15:20:28 +0000
Newsgroups gmane.os.freebsd.devel.standards
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286133

--- Comment #1 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3b2f0bfc35167724a41c969c1823be6b1ede15ab

commit 3b2f0bfc35167724a41c969c1823be6b1ede15ab
Author:     Ricardo Branco <[email protected]>
AuthorDate: 2025-04-16 07:52:13 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2025-04-17 15:19:44 +0000

    Add POSIX psiginfo(3) call

    Signed-off-by: Ricardo Branco <[email protected]>
    PR:     286133
    MFC after:       1 week
    Github PR:       https://github.com/freebsd/freebsd-src/pull/1666

 include/signal.h          |  1 +
 lib/libc/gen/Makefile.inc |  3 ++-
 lib/libc/gen/Symbol.map   |  1 +
 lib/libc/gen/psignal.3    | 22 +++++++++++++++++++++-
 lib/libc/gen/psignal.c    |  6 ++++++
 5 files changed, 31 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.