aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/environ.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/etc/environ.com
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'sys/etc/environ.com')
-rw-r--r--sys/etc/environ.com8
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