Searched defs:EXIT_SUCCESS (Results 1 - 1 of 1) sorted by relevance
/system/core/libcutils/ | ||
H A D | private.h | 176 ** SunOS 4.1.1 headers lack EXIT_SUCCESS. 179 #ifndef EXIT_SUCCESS 180 #define EXIT_SUCCESS 0 macro 181 #endif /* !defined EXIT_SUCCESS */ |
Completed in 3 milliseconds