commit | 38d1acc6afe9bc7db0e23180df1d7cb2ce2558eb | [log] [tgz] |
---|---|---|
author | Zijun Zhao <zijunzhao@google.com> | Fri Jun 21 21:04:28 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 21 21:04:28 2024 +0000 |
tree | 9fc502734206b23cefeaff9717359c60b344a486 | |
parent | e725d5971a73f8e72059232883694c92db3ec051 [diff] | |
parent | d71382b9c7341fff9d2dd68e44ccf436074f63ef [diff] |
Merge "status.md: say when ELF TLS was added." into main
diff --git a/docs/status.md b/docs/status.md index bc8ab6a..e0364a8 100644 --- a/docs/status.md +++ b/docs/status.md
@@ -125,6 +125,7 @@ * `getloadavg` (BSD/GNU extension in <stdlib.h>) New libc behavior in Q (API level 29): + * Support for [ELF TLS](elf-tls.md). * Whole printf family now supports the GNU `%m` extension, rather than a special-case hack in `syslog`. * `popen` now always uses `O_CLOEXEC`, not just with the `e` extension.