fix typo that broke sys/reg.h and sys/user.h

commit 7019fbe103 and commit
e709a6f07a misspelled bits/alltypes.h.
This commit is contained in:
Gonzalo Alvarez 2024-05-11 17:52:04 -04:00 committed by Rich Felker
parent 1b0d48517f
commit 84015cee17
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include <limits.h>
#include <unistd.h>
#include <bits/alltype.h>
#include <bits/alltypes.h>
#undef __WORDSIZE
#if __LONG_MAX == 0x7fffffffL

View File

@ -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