Browse Source

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

commit 7019fbe103 and commit
e709a6f07a misspelled bits/alltypes.h.
master
Gonzalo Alvarez 2 years ago
committed by Rich Felker
parent
commit
84015cee17
  1. 2
      include/sys/reg.h
  2. 2
      include/sys/user.h

2
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

2
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

Loading…
Cancel
Save