* lib/windows-spawn.h (struct inheritable_handles): Mark the ih field as
counted_by count.
+2026-05-03 Bruno Haible <bruno@clisp.org>
+
+ windows-spawn: Use the counted_by attribute.
+ * lib/windows-spawn.h (struct inheritable_handles): Mark the ih field as
+ counted_by count.
+
2026-05-03 Bruno Haible <bruno@clisp.org>
string-desc: Use the counted_by attribute.
/* The number of allocated entries in the two arrays below. */
size_t allocated;
/* ih[0..count-1] are the occupied entries. */
- struct IHANDLE *ih;
+ struct IHANDLE *ih
+ _GL_ATTRIBUTE_COUNTED_BY (count);
};
/* Initializes a set of inheritable handles, filling in all or part of the