Remove unused sysdeps/unix/sysv/direct.h.

This commit is contained in:
Joseph Myers 2012-04-20 21:13:53 +00:00
parent efa6a45f2a
commit cb78c221d5
2 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,7 @@
2012-04-20 Joseph Myers <joseph@codesourcery.com> 2012-04-20 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/direct.h: Remove file.
* sysdeps/unix/sysv/bits/dirent.h: Remove file. * sysdeps/unix/sysv/bits/dirent.h: Remove file.
* sysdeps/unix/sysv/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/bits/local_lim.h: Likewise. * sysdeps/unix/sysv/bits/local_lim.h: Likewise.

View File

@ -1,10 +0,0 @@
struct direct
{
unsigned short int d_fileno;
char d_name[14];
};
#define D_NAMLEN(d) \
((d)->d_name[13] == '\0' ? strlen ((d)->d_name) : 14)
#define D_RECLEN(d) (sizeof (*(d)))