aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/infofd.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/infofd.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/infofd.c')
-rw-r--r--sys/linux/src/infofd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/src/infofd.c b/sys/linux/src/infofd.c
index 770009a..2c22c72 100644
--- a/sys/linux/src/infofd.c
+++ b/sys/linux/src/infofd.c
@@ -5,5 +5,5 @@ sys·infofd(int fd, sys·Info *file)
{
if(fd < 0)
return sys·ErrorBadFd;
- return sys·infoat(fd, "", sys·AtEmptyPath, sys·InfoAll, file);
+ return sys·infoat(fd, "", sys·AtEmptyPath, sys·InfoWantAll, file);
}