]> git.corax.cc Git - corax/commitdiff
Add typedef for pid_t
authorMatthias Kruk <m@m10k.eu>
Sat, 26 Oct 2019 05:17:03 +0000 (14:17 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 26 Oct 2019 05:17:03 +0000 (14:17 +0900)
include/corax/types.h

index 7e5f445087f15c68d7f1cbaad825b1349d8e7c50..bbc835d634e65fbecd501ecdc248435ec5fcdff4 100644 (file)
@@ -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 */