diff options
Diffstat (limited to 'libc/sysdeps/linux/avr32/sys/elf.h')
-rw-r--r-- | libc/sysdeps/linux/avr32/sys/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/avr32/sys/elf.h b/libc/sysdeps/linux/avr32/sys/elf.h index 3dbefae15..faa731068 100644 --- a/libc/sysdeps/linux/avr32/sys/elf.h +++ b/libc/sysdeps/linux/avr32/sys/elf.h @@ -17,10 +17,10 @@ 02111-1307 USA. */ #ifndef _SYS_ELF_H -#define _SYS_ELF_H 1 +#define _SYS_ELF_H 1 #warning "This header is obsolete; use <sys/procfs.h> instead." #include <sys/procfs.h> -#endif /* sys/elf.h */ +#endif /* sys/elf.h */ |