Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-03-08 18:14:52 +0400
committerTristan Gingold <gingold@adacore.com>2012-03-08 18:14:52 +0400
commit34903c1c25507b69f524b74a2a34dbba00f53ef0 (patch)
treeec2202bf87c2e987636df8aa9acc49d8a418f6c2 /include/vms
parent75543537a16a0911af61045a96926cdb81f51383 (diff)
2012-03-08 Tristan Gingold <gingold@adacore.com>
* lbr.h (struct vms_lhd): Add comments.
Diffstat (limited to 'include/vms')
-rw-r--r--include/vms/ChangeLog4
-rw-r--r--include/vms/lbr.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/vms/ChangeLog b/include/vms/ChangeLog
index 788d8d80c..bb2dfebe8 100644
--- a/include/vms/ChangeLog
+++ b/include/vms/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-08 Tristan Gingold <gingold@adacore.com>
+
+ * lbr.h (struct vms_lhd): Add comments.
+
2010-05-27 Tristan Gingold <gingold@adacore.com>
* lbr.h: Improve comments.
diff --git a/include/vms/lbr.h b/include/vms/lbr.h
index bdb436aa7..fd3c256ad 100644
--- a/include/vms/lbr.h
+++ b/include/vms/lbr.h
@@ -87,7 +87,10 @@ struct vms_lhd
unsigned char nextvbn[4];
/* Free pre-allocated index block. */
+ /* Number of free blocks. */
unsigned char freidxblk[4];
+ /* VBN of a simply linked list of free blocks. The list is terminated by a
+ nul VBN. */
unsigned char freeidx[4];
/* Highest pre-allocated index block and in use. */