mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Remove unused sysdeps/unix/sysv/direct.h.
This commit is contained in:
parent
efa6a45f2a
commit
cb78c221d5
@ -1,5 +1,7 @@
|
||||
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/fcntl.h: Likewise.
|
||||
* sysdeps/unix/sysv/bits/local_lim.h: Likewise.
|
||||
|
@ -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)))
|
Loading…
Reference in New Issue
Block a user