diff options
Diffstat (limited to 'lib/libc/include/elf.h')
-rw-r--r-- | lib/libc/include/elf.h | 6 |
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 */ |