#include #include #include #include int open(const char* path, int oflag, ...) { return syscall(SYS_OPEN, path, oflag); }