about summary refs log tree commit diff
path: root/include/sys/reg.h
diff options
context:
space:
mode:
authorGonzalo Alvarez <gonzaloab@gmail.com>2024-05-11 17:52:04 -0400
committerRich Felker <dalias@aerifal.cx>2024-05-11 17:52:04 -0400
commit84015cee177e835db5e65bd34b60635f2a5a5056 (patch)
treecc7507798a4e01ff541bc410751d918418033bf0 /include/sys/reg.h
parent1b0d48517f816e98f19111df82f32bfc1608ecec (diff)
downloadmusl-84015cee177e835db5e65bd34b60635f2a5a5056.tar.gz
musl-84015cee177e835db5e65bd34b60635f2a5a5056.tar.xz
musl-84015cee177e835db5e65bd34b60635f2a5a5056.zip
fix typo that broke sys/reg.h and sys/user.h
commit 7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9 and commit
e709a6f07ade208ba513f9225222336f30c304b0 misspelled bits/alltypes.h.
Diffstat (limited to 'include/sys/reg.h')
-rw-r--r--include/sys/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/reg.h b/include/sys/reg.h
index 4e6ce222..0272e137 100644
--- a/include/sys/reg.h
+++ b/include/sys/reg.h
@@ -4,7 +4,7 @@
 #include <limits.h>
 #include <unistd.h>
 
-#include <bits/alltype.h>
+#include <bits/alltypes.h>
 
 #undef __WORDSIZE
 #if __LONG_MAX == 0x7fffffffL