Home
last modified time | relevance | path

Searched refs:execprot (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/tests/lib/libc/arch/powerpc/
H A Dexec_prot_support.c42 int execprot = 0; in exec_prot_support() local
43 size_t len = sizeof(execprot); in exec_prot_support()
45 if (sysctlbyname("machdep.execprot", &execprot, &len, NULL, 0) < 0) in exec_prot_support()
48 if (execprot) in exec_prot_support()