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

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

Completed in 1288 milliseconds