Removed leading underscore from pid.h

This commit is contained in:
2023-11-07 12:32:04 -06:00
parent 185d3f6677
commit 669ab6ba8a

View File

@@ -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;