]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r297637:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Apr 2016 01:20:14 +0000 (01:20 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Apr 2016 01:20:14 +0000 (01:20 +0000)
commit5a5726a6ecda0da5878c5d6393a55891fdabf676
treea05846a355726aaaf463b06ce9ad146dd28936df
parentfbdf1255edf25ac91d1c0544d114d822302115ab
MFC r297637:

Disable the NetBSD-specific EFAULT requirements test in gettimeofday_err

FreeBSD doesn't specifically list this as a supported error, and in some
configurations/versions of FreeBSD, this test will segfault as the memory
address might be evaluated in userspace, instead of in kernel space like
in NetBSD.

git-svn-id: svn://svn.freebsd.org/base/stable/10@298019 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libc/sys/t_gettimeofday.c