summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getdents64.c
AgeCommit message (Collapse)Author
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
and did cause segfaults) by adjusting the working scandir.c to the the 64 thing. Fix up potential for mismatches between the libc and kernel dirent structures, which could also cause ugly problems. -Erik