[ovs-dev] [PATCH v1] signals: Add support for sigdescr_np

2022-03-22 Thread Mike Pattrick
In glibc 2.32 sys_siglist is no longer exported. The MT-safe function sigdescr_np() is now available for the same purpose. Signed-off-by: Mike Pattrick --- configure.ac | 1 + lib/signals.c | 5 + 2 files changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 298ea85ab..a7

Re: [ovs-dev] [PATCH v1] signals: Add support for sigdescr_np

2022-03-23 Thread David Marchand
On Tue, Mar 22, 2022 at 6:43 PM Mike Pattrick wrote: > > In glibc 2.32 sys_siglist is no longer exported. The MT-safe function > sigdescr_np() is now available for the same purpose. I am not familiar with this, but a quick search returns: https://www.gnu.org/software/gnulib/manual/html_node/sigde

Re: [ovs-dev] [PATCH v1] signals: Add support for sigdescr_np

2022-03-23 Thread Mike Pattrick
On Wed, Mar 23, 2022 at 4:23 AM David Marchand wrote: > > On Tue, Mar 22, 2022 at 6:43 PM Mike Pattrick wrote: > > > > In glibc 2.32 sys_siglist is no longer exported. The MT-safe function > > sigdescr_np() is now available for the same purpose. > > I am not familiar with this, but a quick search

Re: [ovs-dev] [PATCH v1] signals: Add support for sigdescr_np

2022-03-28 Thread David Marchand
On Wed, Mar 23, 2022 at 2:08 PM Mike Pattrick wrote: > > On Wed, Mar 23, 2022 at 4:23 AM David Marchand > wrote: > > > > On Tue, Mar 22, 2022 at 6:43 PM Mike Pattrick wrote: > > > > > > In glibc 2.32 sys_siglist is no longer exported. The MT-safe function > > > sigdescr_np() is now available for

Re: [ovs-dev] [PATCH v1] signals: Add support for sigdescr_np

2022-04-04 Thread Ilya Maximets
On 3/28/22 15:55, David Marchand wrote: > On Wed, Mar 23, 2022 at 2:08 PM Mike Pattrick wrote: >> >> On Wed, Mar 23, 2022 at 4:23 AM David Marchand >> wrote: >>> >>> On Tue, Mar 22, 2022 at 6:43 PM Mike Pattrick wrote: In glibc 2.32 sys_siglist is no longer exported. The MT-safe functi