Browse Source

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

Rich Felker 13 years ago
parent
commit
53431b091b
1 changed files with 2 additions and 2 deletions
  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>