projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d960d4f
)
fix broken multi-inclusion guard in sys/reg.h
author
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Sep 2011 15:56:09 +0000
(11:56 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Sep 2011 15:56:09 +0000
(11:56 -0400)
include/sys/reg.h
patch
|
blob
|
history
diff --git
a/include/sys/reg.h
b/include/sys/reg.h
index ebf3fff4d8b244edef97eba62b20fe2c614b91e5..b47452d003ec6b227e34804d7622215d4cf27466 100644
(file)
--- 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>