Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/db/hash/hash_page.c 254289 2013-08-13 19:20:50Z jilles $");
---
> __FBSDID("$FreeBSD: head/lib/libc/db/hash/hash_page.c 287292 2015-08-29 14:25:01Z kib $");
68a69
> #include "libc_private.h"
864c865
< (void)_sigprocmask(SIG_BLOCK, &set, &oset);
---
> (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
867c868
< (void)_sigprocmask(SIG_SETMASK, &oset, (sigset_t *)NULL);
---
> (void)__libc_sigprocmask(SIG_SETMASK, &oset, (sigset_t *)NULL);