Explorar el Código

fix broken multi-inclusion guard in sys/reg.h

Rich Felker hace 13 años
padre
commit
53431b091b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      include/sys/reg.h

+ 2 - 2
include/sys/reg.h

@@ -1,5 +1,5 @@
-#ifndef _SYS_USER_H
-#define _SYS_USER_H
+#ifndef _SYS_REG_H
+#define _SYS_REG_H
 
 #include <limits.h>
 #include <unistd.h>