--- dietlibc/CHANGES 2002/11/06 16:43:17 1.352 +++ dietlibc/CHANGES 2002/11/08 17:07:09 1.353 @@ -13,6 +13,9 @@ remove some compiler warnings (Luc Van Oostenryck) better rand() from Knuth's TAOCP (Luc Van Oostenryck) fix unified x86_64 unified syscall 64-bit return value issue (Gwenole) + the getdents64 emulation was broken and repairing it opened a can of + worms. So I ripped it out. I also changed the readdir64 emulation + to work if there is no getdents64. 0.21: use gcc's size_t, ptrdiff_t and wchar_t types (Olaf)