Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsysconf.c59 static int _stackprot = 0; in sysconf() local
150 if (_stackprot == 0) in sysconf()
151 _stackprot = _sysconfig(_CONFIG_STACK_PROT); in sysconf()
152 return (_stackprot); in sysconf()