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

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

Completed in 69 milliseconds