]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r276590:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Jan 2015 21:48:42 +0000 (21:48 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Jan 2015 21:48:42 +0000 (21:48 +0000)
commit64042b2bd2f123c3bf884231fbc1d2d48b992e76
tree8785c745171878a2bcdd7be65d97fdf5b21a826e
parent76b041dc4610506fe843bab7dfb649043c637a98
MFC r276590:

r276590 (by jilles):

  Link lib/libc/c063 tests to the build.

  Some files lack required #include <sys/stat.h>. The #ifdef is per ngie's
  request; the includes are clearly necessary for struct stat.

  The faccessat test fails because it tries to use AT_SYMLINK_NOFOLLOW with
  faccessat(), which is not specified by POSIX.1-2008.

  Differential Revision: https://reviews.freebsd.org/D1411
  Reviewed by: ngie

git-svn-id: svn://svn.freebsd.org/base/stable/10@277443 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libc/c063/t_faccessat.c
contrib/netbsd-tests/lib/libc/c063/t_fchmodat.c
contrib/netbsd-tests/lib/libc/c063/t_fchownat.c
contrib/netbsd-tests/lib/libc/c063/t_fstatat.c
lib/libc/tests/c063/Makefile