Romain Goyet e24d8a55fb [liba] Update the size_t type definition
size_t must be an unsigned it. Moreover, by definition, size_t is the
return type of the "sizeof" operator, which is defined by the compiler.
Both GCC and clang define a __SIZE_TYPE__ macro to let the libc header
know about the type used by the sizeof operator.

Change-Id: Ie44f1ba69fe2b1d5ce5cd9a0e7fd8a7f10c1199d
2016-09-21 14:03:52 +02:00
2016-06-20 18:04:31 +02:00
2016-09-21 12:08:24 +02:00
2016-09-15 20:36:12 +02:00
2016-04-25 16:53:34 +02:00
2016-08-23 16:30:15 +02:00
2015-09-17 12:18:53 +02:00
2015-05-02 13:25:27 +02:00
2016-03-18 14:33:53 +01:00
2016-03-22 18:39:59 +01:00
2016-07-21 13:43:57 +02:00
2015-05-08 21:06:09 +02:00
Description
No description provided
44 MiB
Languages
C++ 60.3%
C 31.1%
Python 3.4%
Java 1.9%
Makefile 1.6%
Other 1.5%