[liba] Define ptrdiff_t

This commit is contained in:
Romain Goyet
2018-10-19 10:36:22 +02:00
committed by LeaNumworks
parent da755cafe5
commit fc80180d46

View File

@@ -5,6 +5,7 @@
typedef int ssize_t;
typedef unsigned int size_t;
typedef int ptrdiff_t;
#define offsetof(type, field) __builtin_offsetof(type, field)