about summary refs log tree commit diff
path: root/include
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
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')
-rw-r--r--include/sys/reg.h2
-rw-r--r--include/sys/user.h2
2 files changed, 2 insertions, 2 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
diff --git a/include/sys/user.h b/include/sys/user.h
index 78036da3..511caba3 100644
--- a/include/sys/user.h
+++ b/include/sys/user.h
@@ -8,7 +8,7 @@ extern "C" {
 #include <stdint.h>
 #include <unistd.h>
 
-#include <bits/alltype.h>
+#include <bits/alltypes.h>
 
 #undef __WORDSIZE
 #if __LONG_MAX == 0x7fffffffL