diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -210,3 +210,12 @@ echo "Removing stale fusefs GoogleTest objects" run rm -rf "$OBJTOP"/tests/sys/fs/fusefs fi + +# 20231031 xxxx Remove forward compat ino64 stuff +clean_dep lib/libc/sys compat-ino64 h +clean_dep lib/libc/sys fstat c +clean_dep lib/libc/sys fstatat c +clean_dep lib/libc/sys fstatfs c +clean_dep lib/libc/sys getdirentries c +clean_dep lib/libc/sys getfsstat c +clean_dep lib/libc/sys statfs c