diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-17 21:59:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-17 21:59:27 +0000 |
commit | 5be3acb49fdf714f61245858df24fb9570513f38 (patch) | |
tree | 654296461af60161b6b01e42e5e7558d28531bed | |
parent | 6db64ebf26f6fd64aa0b86940fe7ab74be0d45cb (diff) |
(io_pathconf): New RPC.
-rw-r--r-- | hurd/io.defs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index 460fa932..773ceb8b 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -296,3 +296,11 @@ routine io_readsleep ( sent for async users. */ routine io_sigio ( io_object: io_t RPTLAST); + + +/* Return Posix.1 pathconf information. */ +routine io_pathconf ( + io_object: io_t; + RPT + name: int; + out value: int); |