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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsysconf.c56 static int _stackprot = 0; local
147 if (_stackprot == 0)
148 _stackprot = _sysconfig(_CONFIG_STACK_PROT);
149 return (_stackprot);

Completed in 19 milliseconds