bsd man page for nostk

Query: nostk

OS: bsd

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NOSTK(2)							System Calls Manual							  NOSTK(2)

NAME
nostk - allow process to manage its own stack (2BSD)
SYNOPSYS
nostk();
DESCRIPTION
Nostk informs the system that the process wishes to manage its own stack. The system releases the stack segment(s) it has reserved, making them available for allocation (via brk(2)) by the user. C programs should use nostk only with great caution and understanding of the C language calling and stack conventions. It is most useful for assembler programs that want to use the entire available address space.
SEE ALSO
stack(5)
BUGS
Nostk is unique to the PDP-11 and 2BSD; its use is discouraged. 3rd Berkeley Distribution June 24, 1987 NOSTK(2)
Related Man Pages
brk(2) - opendarwin
brk(2) - osx
sbrk(2) - osx
sigaltstack(2) - osx
sigaltstack(2) - freebsd
Similar Topics in the Unix Linux Community
Memory leak with awk on MacOs
Mail/mailx ignores newline formatting Problem.
drew77
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?