Explorar o código

Update pte_osThreadHandle type

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
cf594e6867
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pte_osal.h

+ 1 - 1
pte_osal.h

@@ -8,7 +8,7 @@ extern "C" {
 #include <sys/types.h>
 
 // XXX
-typedef unsigned long pte_osThreadHandle;
+typedef pid_t pte_osThreadHandle;
 typedef unsigned long pte_osSemaphoreHandle;
 typedef int32_t* pte_osMutexHandle;