summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-09-19 11:56:09 -0400
committerRich Felker <dalias@aerifal.cx>2011-09-19 11:56:09 -0400
commit53431b091b22a663a428c67f8c617740f5882706 (patch)
tree40bce78551ac5e0fc32d656ef2d4bf5f1ff5c2dd /include
parentd960d4f2cbf18ff3476c7ac03698ec253885dd8e (diff)
downloadmusl-53431b091b22a663a428c67f8c617740f5882706.tar.gz
fix broken multi-inclusion guard in sys/reg.h
Diffstat (limited to 'include')
-rw-r--r--include/sys/reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/reg.h b/include/sys/reg.h
index ebf3fff4..b47452d0 100644
--- a/include/sys/reg.h
+++ b/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>