Ulrich Drepper 1a81139728 Handle unnecessary padding in getdents64.
The getdents64 syscall adds on 32-but platforms padding which isn't needed
and not included in the userlevel data structure definition.  We have to
avoid copying those padding bytes in the readdir64_r function.
2010-04-03 23:51:40 -07:00
..
2004-09-14 04:41:35 +00:00
2008-04-09 18:47:07 +00:00