diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/include/sys/auxv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/include/sys/auxv.h b/lib/libc/include/sys/auxv.h index e6abe8b..b06d01c 100644 --- a/lib/libc/include/sys/auxv.h +++ b/lib/libc/include/sys/auxv.h @@ -27,8 +27,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _AUXV_H -#define _AUXV_H +#ifndef _SYS_AUXV_H +#define _SYS_AUXV_H #include <stdint.h> @@ -52,4 +52,4 @@ struct auxv_entry { }; }; -#endif /* _AUXV_H */ +#endif /* _SYS_AUXV_H */ |