From 1688dcce6a13d5ce7cb46de7b2ca6859cfaa6f35 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 9 May 1994 18:27:00 +0000 Subject: Formerly process.defs.~73~ --- hurd/process.defs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hurd') 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. ***/ -- cgit v1.2.3