Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK_PORTABLE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Derrno_portable.h34 #define EWOULDBLOCK_PORTABLE 11 /* EAGAIN */ macro
/development/ndk/sources/android/libportable/arch-mips/
Derrno.c38 case EWOULDBLOCK: return EWOULDBLOCK_PORTABLE; in errno_ntop()
141 case EWOULDBLOCK_PORTABLE: return EWOULDBLOCK; in errno_pton()