aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-10 18:15:37 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-10 18:15:37 +0200
commitc0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa (patch)
treefcf302f65c36d2048406b6e285970aa91c87dcdd
parentadd abspath and relpath (diff)
downloadslibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.gz
slibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.bz2
slibc-c0be4dbd9ee0b35eb228d71032cbe0020ee5c6fa.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index c376ec1..571765c 100644
--- a/TODO
+++ b/TODO
@@ -16,3 +16,9 @@ input/output overview (15 p429)
debugging support (16 p435)
input/output on streams (17 p439)
+It should be possible to configure malloc, calloc, and
+realloc to allocate some extra space. This is usable
+for single-threaded allocations; they do not need to
+realloc strings returned by functions with
+__attribute__((malloc)), to append a string or character.
+