From d4ed72cc46cec8dee950785e583aeec3b012ee3e Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Tue, 7 Nov 2023 12:33:42 -0600 Subject: [PATCH] Removed leading underscore from syscallarg.h --- include/types/syscallarg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types/syscallarg.h b/include/types/syscallarg.h index b83d5c8..0c7e7da 100644 --- a/include/types/syscallarg.h +++ b/include/types/syscallarg.h @@ -1,5 +1,5 @@ -#ifndef _QUARK_SYSCALLARG_H -#define _QUARK_SYSCALLARG_H +#ifndef QUARK_SYSCALLARG_H +#define QUARK_SYSCALLARG_H typedef union {