/* * System Call */ #include .text FUNC_BEGIN(syscall) int $60 ret FUNC_END(syscall)