aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/include/elf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/include/elf.h b/lib/libc/include/elf.h
index 4e0c1eb..f3061cf 100644
--- a/lib/libc/include/elf.h
+++ b/lib/libc/include/elf.h
@@ -27,8 +27,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _SYS_ELF_H_
-#define _SYS_ELF_H_
+#ifndef _ELF_H
+#define _ELF_H
#include <stdint.h>
@@ -496,4 +496,4 @@ typedef struct {
Elf64_Xword sh_entsize; /* Entry size if section holds table */
} Elf64_Shdr;
-#endif /* _SYS_ELF_H_ */
+#endif /* _ELF_H */