]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
lib: make pthread_set[_]name_np test OS agnostic
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 4 Sep 2018 11:15:56 +0000 (13:15 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 23:16:25 +0000 (01:16 +0200)
commite9d938b82a630d61a5cb0890c424c42f3e9ce241
tree56e24ce6613b4c29aac6b30a386575f41f073bf2
parent324be174d79290281ec42b41636a5303c569a133
lib: make pthread_set[_]name_np test OS agnostic

FreeBSD supports pthread_set_name_np() too.  Also, pthread_set_name_np()
returns void.  And NetBSD has pthread_setname_np() with an extra arg...

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac
lib/frr_pthread.c