HomeSort by relevance Sort by last modified time
    Searched refs:ERESTART_PORTABLE (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/common/include/
errno_portable.h 80 #define ERESTART_PORTABLE 85
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 82 case ERESTART: return ERESTART_PORTABLE;
185 case ERESTART_PORTABLE: return ERESTART;

Completed in 1606 milliseconds