From 50432108fb3ef826301626b94c5e82ad2ab2bd75 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 8 Jan 2018 21:43:23 -0500 Subject: stat: New wrapper around the stat() family This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times. --- printf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printf.h') diff --git a/printf.h b/printf.h index 6316c5d..353c82d 100644 --- a/printf.h +++ b/printf.h @@ -31,7 +31,7 @@ struct bfs_printf_directive; struct bfs_printf { /** The chain of printf directives. */ struct bfs_printf_directive *directives; - /** Whether the struct stat must be filled in. */ + /** Whether the struct bfs_stat must be filled in. */ bool needs_stat; }; -- cgit v1.2.3