1NOSTK(2) System Calls Manual NOSTK(2)
2
3
4
6 nostk - allow process to manage its own stack (2BSD)
7
9 nostk();
10
12 Nostk informs the system that the process wishes to manage its own
13 stack. The system releases the stack segment(s) it has reserved, mak‐
14 ing them available for allocation (via brk(2)) by the user.
15
16 C programs should use nostk only with great caution and understanding
17 of the C language calling and stack conventions. It is most useful for
18 assembler programs that want to use the entire available address space.
19
21 stack(5)
22
24 Nostk is unique to the PDP-11 and 2BSD; its use is discouraged.
25
26
27
283rd Berkeley Distribution June 24, 1987 NOSTK(2)