paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

Add FreeBSD signatures to hg_intercepts.c #135

Closed paulfloyd closed 4 years ago

paulfloyd commented 4 years ago

Wrappers have comment blocks like

//-----------------------------------------------------------
// glibc:   sem_post
// glibc:   sem_post@GLIBC_2.0
// glibc:   sem_post@@GLIBC_2.1
// darwin:  sem_post
// Solaris: sema_post (sem_post is built on top of sema_post)

FreeBSD is missing from most of them.

paulfloyd commented 4 years ago

Done To https://github.com/paulfloyd/freebsd_valgrind.git 946e205..9a6b08c freebsd -> freebsd