Searched refs:cffi_saved_errno (Results 1 – 1 of 1) sorted by relevance
276 static __thread int cffi_saved_errno = 0; variable277 static void save_errno_only(void) { cffi_saved_errno = errno; } in save_errno_only()278 static void restore_errno_only(void) { errno = cffi_saved_errno; } in restore_errno_only()