From 3408aee1a98e86a80b941371cc3095974a7a1ec2 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 16 Mar 2024 09:23:24 -0400 Subject: libc: auxv: Update header guard Signed-off-by: Ian Moffett --- lib/libc/include/sys/auxv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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 @@ -52,4 +52,4 @@ struct auxv_entry { }; }; -#endif /* _AUXV_H */ +#endif /* _SYS_AUXV_H */ -- cgit v1.2.3