aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-11 17:27:33 +0200
committerMattias Andrée <maandree@kth.se>2016-07-11 17:27:33 +0200
commitf3b22f7046eb5ff353814300bd6db0494281598d (patch)
tree92ad9762b0844aac2ebac1453e3f1eeaa8a24539
parentstack_will_overflow: we could fork (diff)
downloadslibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.gz
slibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.bz2
slibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.xz
todo: add procinit
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1ab73dc..73f6cfa 100644
--- a/TODO
+++ b/TODO
@@ -59,6 +59,9 @@ Extensions:
base16 -d
variable argument string concat
string manipulation
+ procinit(int skip)
+ perform stuff that all programs should when they start
+ (but don't actually do in the real world)
POSIX specifies that *printf shall fail with EOVERFLOW is the
length of the constructed string is greater than INT_MAX.