From 158d9b84f14457136379f42e7c071eb79d87ee6b Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 5 Dec 2021 06:53:03 -0800 Subject: Feat: libbase partitioning. Cleaned up hash map macros. Additionally, fixed varargs cleanup when done with fmt.write. Some system constants were added to allow for directory walking. --- sys/linux/src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/src/info.c') diff --git a/sys/linux/src/info.c b/sys/linux/src/info.c index 60f32a0..81b85b9 100644 --- a/sys/linux/src/info.c +++ b/sys/linux/src/info.c @@ -3,5 +3,5 @@ int sys·info(char *path, sys·Info *file) { - return sys·infoat(sys·FdCwd, path, 0, sys·InfoAll, file); + return sys·infoat(sys·FdCwd, path, 0, sys·InfoWantAll, file); } -- cgit v1.2.1