Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / types.h
index a1b69a0b2e6a871c53b1fd2b977e9400c7fad698..19094e97fd9fc8426edc11e3a01aa123242208c9 100644 (file)
@@ -23,6 +23,7 @@
 typedef signed long ssize_t;
 
 typedef int pid_t;
+typedef int tid_t;
 
 typedef __SIZE_TYPE__ size_t;