aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-03-16 09:23:24 -0400
committerIan Moffett <ian@osmora.org>2024-03-16 09:23:24 -0400
commit3408aee1a98e86a80b941371cc3095974a7a1ec2 (patch)
tree5fb4e519f4a3d15da7fe16caa12b988657a19ea8 /lib
parent1ec3d9dbaa6fb9f6d6c43713b7b22d1b47245e37 (diff)
libc: auxv: Update header guard
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/include/sys/auxv.h6
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 */