mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-19 09:20:07 +00:00
Don't define DIR, but __dirstream.
This commit is contained in:
parent
6c6c6ee3d3
commit
f754f561de
@ -28,7 +28,7 @@ Cambridge, MA 02139, USA. */
|
||||
The miscellaneous Unix `readdir' implementations read directory data
|
||||
into a buffer and fill in a `struct dirent' copy in the `DIR' object. */
|
||||
|
||||
typedef struct
|
||||
struct __dirstream
|
||||
{
|
||||
int __fd; /* File descriptor. */
|
||||
|
||||
@ -38,6 +38,6 @@ typedef struct
|
||||
size_t __size; /* Total valid data in the block. */
|
||||
|
||||
struct dirent __entry; /* Returned by `readdir'. */
|
||||
} DIR;
|
||||
};
|
||||
|
||||
#endif /* dirstream.h */
|
||||
|
Loading…
Reference in New Issue
Block a user