summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-09 18:27:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-09 18:27:00 +0000
commit1688dcce6a13d5ce7cb46de7b2ca6859cfaa6f35 (patch)
tree1b172bccc908236bd01afa2f3639891ddd578634 /hurd
parenta378de71fe8cc94f335058af0e08ad94e0e5b0d9 (diff)
Formerly process.defs.~73~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/process.defs12
1 files changed, 12 insertions, 0 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 49e477fa..17603437 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -85,6 +85,18 @@ routine proc_execdata_notify (
process: process_t;
notify: mach_port_send_t);
+/* Return a uname structure for the currently running system. */
+routine proc_uname (
+ process: process_t;
+ out uname: utsname_t);
+
+/* Tell the server who we are for inclusion in the uname string. */
+routine proc_register_version (
+ process: process_t;
+ credential: host_priv_t;
+ name: string_t;
+ release: string_t;
+ version: string_t);
/*** Process creation and simple management. ***/