From 4b7cf4e04aca69beb70cae0eceee10ed1ceb4fe2 Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Tue, 7 Nov 2023 12:33:04 -0600 Subject: [PATCH] Removed leading underscore from syscallarg.h --- include/types/status.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types/status.h b/include/types/status.h index ed04ac2..d4d4224 100644 --- a/include/types/status.h +++ b/include/types/status.h @@ -1,5 +1,5 @@ -#ifndef _QUARK_ERROR_H -#define _QUARK_ERROR_H +#ifndef QUARK_ERROR_H +#define QUARK_ERROR_H typedef enum {