diff options
Diffstat (limited to 'sys/etc/environ.com')
-rw-r--r-- | sys/etc/environ.com | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/etc/environ.com b/sys/etc/environ.com new file mode 100644 index 00000000..4a2fae17 --- /dev/null +++ b/sys/etc/environ.com @@ -0,0 +1,8 @@ +# Common for the environment list package. + +pointer envbuf # buffer containing the environment list +int len_envbuf # length of the envbuf buffer +int last # index of the last list element entered +int top # index of the next list element +short threads[NTHREADS] # hashed threads through list +common /envcom/ envbuf, len_envbuf, last, top, threads |