From 5be3acb49fdf714f61245858df24fb9570513f38 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 17 Sep 1995 21:59:27 +0000 Subject: (io_pathconf): New RPC. --- hurd/io.defs | 8 ++++++++ 1 file changed, 8 insertions(+) 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); -- cgit v1.2.3