mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
BZ#14815: Manual typo fix.
This commit is contained in:
parent
87ae5e366e
commit
7514feb815
@ -1,3 +1,9 @@
|
||||
2012-11-07 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
[BZ #14815]
|
||||
* manual/filesys.texi (Directory Entries): Typo fix.
|
||||
Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
|
||||
|
||||
2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* elf/elf.h (EM_AARCH64): New macro.
|
||||
|
@ -287,7 +287,7 @@ A symbolic link.
|
||||
This member is a BSD extension. The symbol @code{_DIRENT_HAVE_D_TYPE}
|
||||
is defined if this member is available. On systems where it is used, it
|
||||
corresponds to the file type bits in the @code{st_mode} member of
|
||||
@code{struct statbuf}. If the value cannot be determine the member
|
||||
@code{struct stat}. If the value cannot be determine the member
|
||||
value is DT_UNKNOWN. These two macros convert between @code{d_type}
|
||||
values and @code{st_mode} values:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user