From 8540b7cacacf326f81647be49c5cb3a5414c6816 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sat, 26 Oct 2019 14:17:03 +0900 Subject: [PATCH] Add typedef for pid_t --- include/corax/types.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.47.3