#include "internal.h" int sys·open(char *path, int flag, int mode) { return syscall(·Open, flag, mode); }