Searched defs:have_syscall (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Drandom-util.c40 static int have_syscall = -1; local
54 if (have_syscall != 0 || (size_t) (int) n != n) {
57 have_syscall = true;
65 have_syscall = false;
73 have_syscall = true;

Completed in 21 milliseconds