mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: add infrastructure for renameat2 syscall tests
The renameat2() syscall was merged into 3.15-rc (merge commit: 7df934526c0b). This adds the shared infrastructure for the actual test scripts. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
a0e2d8ecc0
commit
413f501b53
@@ -76,6 +76,8 @@ in
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_CHECK_FUNCS([renameat2])
|
||||
|
||||
AC_CONFIG_HEADER(include/config.h)
|
||||
AC_CONFIG_FILES([include/builddefs])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user