diff --git a/include/types/syscallret.h b/include/types/syscallret.h new file mode 100644 index 0000000..0c91d55 --- /dev/null +++ b/include/types/syscallret.h @@ -0,0 +1,6 @@ +#ifndef QUARK_SYSCALLRET_H +#define QUARK_SYSCALLRET_H + +typedef long syscallret_t; + +#endif \ No newline at end of file