Prechádzať zdrojové kódy

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

commit 7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9 and commit
e709a6f07ade208ba513f9225222336f30c304b0 misspelled bits/alltypes.h.
Gonzalo Alvarez 6 mesiacov pred
rodič
commit
84015cee17
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      include/sys/reg.h
  2. 1 1
      include/sys/user.h

+ 1 - 1
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

+ 1 - 1
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