diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-25 17:13:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-25 17:13:59 +0100 |
commit | 35884caef26e17b2aa8b734e0bfb423326f52b9c (patch) | |
tree | 4514f1ca3c8b07319681bfbd25bca271894a9f98 | |
parent | m etymology (diff) | |
download | slibc-35884caef26e17b2aa8b734e0bfb423326f52b9c.tar.gz slibc-35884caef26e17b2aa8b734e0bfb423326f52b9c.tar.bz2 slibc-35884caef26e17b2aa8b734e0bfb423326f52b9c.tar.xz |
update todo: intptr_t can be wider than size_t
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,3 +42,6 @@ crt0 with cpu cycle count printing BUFSIZ configurable by environment variable Rate limitation of I/O-functions configured by environment variables +The width of intptr_t should be determined by sizeof(void*), +and the width of size_t should be determined by sizeof(sizeof(0)). + |