mirror of git://git.musl-libc.org/musl
fix typo that broke sys/reg.h and sys/user.h
commit7019fbe103
and commite709a6f07a
misspelled bits/alltypes.h.
This commit is contained in:
parent
1b0d48517f
commit
84015cee17
|
@ -4,7 +4,7 @@
|
|||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <bits/alltype.h>
|
||||
#include <bits/alltypes.h>
|
||||
|
||||
#undef __WORDSIZE
|
||||
#if __LONG_MAX == 0x7fffffffL
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue