Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
12345678910#include "fsgetpath.h"#include <stdint.h>#include "../duct_errno.h"#include <sys/errno.h>
long sys_fsgetpath(const char* buf, unsigned long size, void* fsid, unsigned long long objid){ return -ENOTSUP;}