From: Matthias Kruk Date: Sat, 26 Oct 2019 05:17:03 +0000 (+0900) Subject: Add typedef for pid_t X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=8540b7cacacf326f81647be49c5cb3a5414c6816;p=corax Add typedef for pid_t --- diff --git a/include/corax/types.h b/include/corax/types.h index 7e5f445..bbc835d 100644 --- a/include/corax/types.h +++ b/include/corax/types.h @@ -33,4 +33,6 @@ typedef signed long long int i64_t; #define FALSE 0 #define TRUE (!FALSE) +typedef u32_t pid_t; + #endif /* __TYPES_H */