Searched defs:ssize_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/sys/
H A Dtypes.h133 /* Traditionally, bionic's ssize_t was "long int". This caused GCC to emit warnings when you
134 * pass a ssize_t to a printf-style function. The correct type is __kernel_ssize_t, which is
138 typedef __kernel_ssize_t ssize_t; typedef

Completed in 26 milliseconds