diff options
Diffstat (limited to 'hurd')
-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); |