Преглед на файлове

fix: change def of size_t

greatbridf преди 3 години
родител
ревизия
5b08ce1baf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/types/stdint.h

+ 1 - 1
include/types/stdint.h

@@ -10,7 +10,7 @@ typedef __UINT16_TYPE__ uint16_t;
 typedef __UINT32_TYPE__ uint32_t;
 typedef __UINT64_TYPE__ uint64_t;
 
-typedef uint32_t size_t;
+typedef __SIZE_TYPE__ size_t;
 typedef int32_t ssize_t;
 
 typedef uint32_t time_t;