diff options
-rw-r--r-- | boot/boot.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c index 8a0b02dc..70a6d9c6 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -2066,6 +2066,15 @@ S_io_sigio (mach_port_t obj, return EOPNOTSUPP; } + +kern_return_t +S_io_pathconf (mach_port_t obj, + mach_port_t reply_port, + mach_msg_type_name_t reply_type, + int name, int *value) +{ + return EOPNOTSUPP; +} |