comparison modules/unlinkat @ 17390:439a866b57b0

fchownat, renameat, unlinkat: update statat dependencies These modules use statat and lstatat, not fstatat; so depend on the statat module, which was split out recently from fstatat. * modules/fchownat, modules/unlinkat: Change fstatat to statat. * modules/renameat: Likewise. Also delete fstat. URL: http://bugs.gentoo.org/468790
author Mike Frysinger <vapier@gentoo.org>
date Mon, 06 May 2013 20:24:41 -0400
parents af797cb33018
children
comparison
equal deleted inserted replaced
17389:1d9362a18c34 17390:439a866b57b0
11 unistd 11 unistd
12 extensions 12 extensions
13 fcntl-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] 13 fcntl-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
14 openat-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] 14 openat-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
15 sys_stat [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] 15 sys_stat [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
16 fstatat [test $REPLACE_UNLINKAT = 1] 16 statat [test $REPLACE_UNLINKAT = 1]
17 at-internal [test $HAVE_UNLINKAT = 0] 17 at-internal [test $HAVE_UNLINKAT = 0]
18 dosname [test $HAVE_UNLINKAT = 0] 18 dosname [test $HAVE_UNLINKAT = 0]
19 errno [test $HAVE_UNLINKAT = 0] 19 errno [test $HAVE_UNLINKAT = 0]
20 fchdir [test $HAVE_UNLINKAT = 0] 20 fchdir [test $HAVE_UNLINKAT = 0]
21 openat-die [test $HAVE_UNLINKAT = 0] 21 openat-die [test $HAVE_UNLINKAT = 0]