6a3c2aded6
* Simplify EINTR/ECANCEL error handling 1. Add semaphore uninterruptible wait function 2 .Replace semaphore wait loop with a single uninterruptible wait 3. Replace all sem_xxx to nxsem_xxx * Unify the void cast usage 1. Remove void cast for function because many place ignore the returned value witout cast 2. Replace void cast for variable with UNUSED macro |
||
---|---|---|
.. | ||
Kconfig | ||
lib_abort.c | ||
lib_abs.c | ||
lib_bsearch.c | ||
lib_checkbase.c | ||
lib_div.c | ||
lib_itoa.c | ||
lib_labs.c | ||
lib_ldiv.c | ||
lib_llabs.c | ||
lib_lldiv.c | ||
lib_mbtowc.c | ||
lib_mkstemp.c | ||
lib_mktemp.c | ||
lib_ptsname.c | ||
lib_ptsnamer.c | ||
lib_qsort.c | ||
lib_rand.c | ||
lib_srand.c | ||
lib_strtod.c | ||
lib_strtof.c | ||
lib_strtol.c | ||
lib_strtold.c | ||
lib_strtoll.c | ||
lib_strtoul.c | ||
lib_strtoull.c | ||
lib_unlockpt.c | ||
lib_wctomb.c | ||
Make.defs |