From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/etc/environ.com | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/etc/environ.com (limited to 'sys/etc/environ.com') 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 -- cgit