aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-06 04:24:40 +0000
committerRoland McGrath <roland@gnu.org>2001-08-06 04:24:40 +0000
commit245ef8366aca8d26d9dc0cc244d9f3a10942d01e (patch)
tree79d05b72a7a1fc88bcbb60d20536d26ba180ce82 /ChangeLog
parentbece3642a87aebad05a99200758d6ebd147acab8 (diff)
downloadglibc-245ef8366aca8d26d9dc0cc244d9f3a10942d01e.tar
glibc-245ef8366aca8d26d9dc0cc244d9f3a10942d01e.tar.gz
glibc-245ef8366aca8d26d9dc0cc244d9f3a10942d01e.tar.bz2
glibc-245ef8366aca8d26d9dc0cc244d9f3a10942d01e.zip
* sysdeps/unix/bsd/bsd4.4/bits/dirent.h (struct dirent): Rename member
d_fileno to d_ino. (struct dirent64): Likewise. (d_fileno): Define as macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa5783faf..f07d8161c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-05 Roland McGrath <roland@frob.com>
+
+ * sysdeps/unix/bsd/bsd4.4/bits/dirent.h (struct dirent): Rename member
+ d_fileno to d_ino.
+ (struct dirent64): Likewise.
+ (d_fileno): Define as macro.
+
2001-08-04 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/getrusage.c: Use TASK_EVENTS_INFO if implemented