aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/info.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-05 06:53:03 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-05 06:53:03 -0800
commit158d9b84f14457136379f42e7c071eb79d87ee6b (patch)
tree1be32a072934357bc8a777f562fd431af9e3229b /sys/linux/src/info.c
parent861897dd86ca96410b1c11a8a9cc3086bbcb054f (diff)
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.
Diffstat (limited to 'sys/linux/src/info.c')
-rw-r--r--sys/linux/src/info.c2
1 files changed, 1 insertions, 1 deletions
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);
}