diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 17:27:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 17:27:33 +0200 |
commit | f3b22f7046eb5ff353814300bd6db0494281598d (patch) | |
tree | 92ad9762b0844aac2ebac1453e3f1eeaa8a24539 /TODO | |
parent | stack_will_overflow: we could fork (diff) | |
download | slibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.gz slibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.bz2 slibc-f3b22f7046eb5ff353814300bd6db0494281598d.tar.xz |
todo: add procinit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |