aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-01-31 19:33:47 +0100
committerMichael Forney <mforney@mforney.org>2024-04-19 20:30:01 -0700
commit0c1f837141457574bd71ef0d761613ba6a941380 (patch)
tree78877e94444d1e26d4c4d9e9448e4c1508db0697 /README.md
parentd345c729b2418f5f536e7fc401047a9a473bdf01 (diff)
implement _Thread_local storage class
Implements: https://todo.sr.ht/~mcf/cproc/8
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1a1fd1..ea3a807 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,6 @@ specified in `config.h`.
- Digraph sequences ([6.4.6p3], will not be implemented).
- Variable-length arrays ([#1]).
- `volatile`-qualified types ([#7]).
-- `_Thread_local` storage-class specifier ([#5]).
- `long double` type ([#3]).
- Inline assembly ([#5]).
- Preprocessor ([#6]).