summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSertonix2025-10-11 18:25:20 +0200
committerJulien Voisin2025-10-12 14:47:11 +0200
commit41d3081c4ac0a79a4ad292957ead84f8477eaa55 (patch)
treee1c2c2e51beb8009c61789bd6239e083e8288805 /README.md
parent2e22fe52b441308c274cfec4436204a9e5f70db7 (diff)
Add `swab`
Make the overlap check pedantic only since some software seems to rely on glibc working when src and dest are the same.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e187776..8f8824a 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ At this point, the program will safely and loudly crash.
116- `strncat` 116- `strncat`
117- `strncpy` 117- `strncpy`
118- `strrchr` 118- `strrchr`
119- `swab`
119- `tmpfile` 120- `tmpfile`
120- `ttyname_r` 121- `ttyname_r`
121- `umask` 122- `umask`