From 669ab6ba8a50ae81ba4850486fc20bd6820828bb Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Tue, 7 Nov 2023 12:32:04 -0600 Subject: [PATCH] Removed leading underscore from pid.h --- include/types/pid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types/pid.h b/include/types/pid.h index b6fc082..a2dc50c 100644 --- a/include/types/pid.h +++ b/include/types/pid.h @@ -1,5 +1,5 @@ -#ifndef _QUARK_PID_H -#define _QUARK_PID_H +#ifndef QUARK_PID_H +#define QUARK_PID_H typedef unsigned int pid_t;