Home
last modified time | relevance | path

Searched refs:close_nointr (Results 1 - 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
H A Dutil.h88 int close_nointr(int fd);
H A Dutil.c189 int close_nointr(int fd) { in close_nointr() function
213 * Like close_nointr() but cannot fail. Guarantees errno is in safe_close()
228 assert_se(close_nointr(fd) != -EBADF); in safe_close()

Completed in 7 milliseconds