]> git.proxmox.com Git - mirror_frr.git/commit - lib/memory.c
build: check {malloc,pthread}_np.h for *BSD
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 4 Sep 2018 10:24:22 +0000 (12:24 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 23:16:25 +0000 (01:16 +0200)
commit324be174d79290281ec42b41636a5303c569a133
tree9f2cbba69a8261b4fcf44244bd6ce77ff59f759e
parent0718b5624c20132450ba39454a8e245bc543281b
build: check {malloc,pthread}_np.h for *BSD

FreeBSD has malloc_usable_size() in malloc_np.h
OpenBSD has pthread_set_name_np() in pthread_np.h

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