mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/dirent.h (struct _wdirent): Remove obsolete comment.
This commit is contained in:
parent
57cb31d40c
commit
8b7083824a
@ -1,3 +1,7 @@
|
|||||||
|
2004-07-30 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/dirent.h (struct _wdirent): Remove obsolete comment.
|
||||||
|
|
||||||
2004-07-30 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-07-30 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/string.h: Revert 2004-07-26 additions of
|
* include/string.h: Revert 2004-07-26 additions of
|
||||||
|
@ -73,7 +73,6 @@ struct _wdirent
|
|||||||
unsigned short d_reclen; /* Always zero. */
|
unsigned short d_reclen; /* Always zero. */
|
||||||
unsigned short d_namlen; /* Length of name in d_name. */
|
unsigned short d_namlen; /* Length of name in d_name. */
|
||||||
wchar_t d_name[FILENAME_MAX]; /* File name. */
|
wchar_t d_name[FILENAME_MAX]; /* File name. */
|
||||||
/* NOTE: The name in the dirent structure points to the name in the * wfinddata_t structure in the _WDIR. */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user